-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Milestone
Description
When I make a webservice query to ChEMBL some fields in the response are often NULL. Because the offline version of ChEMBL contains NA in these fields, and it is generally easier to work with NA-s in R, it makes sense to convert NULL-s to NA-s. But do we convert to NA_character_ or e.g. NA_integer_? It depends on the field, but the webservice query will not have this information. The solution for this is to somehow know which field has what class and assign the appropriate NA type.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels