You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BacDive example and my vignette have some demo code for a temp extraction. It would be neat to have a search function for specific "paths" within the returned (large) list of lists. For example: retrieve_field('geo') should return environment_sampling_isolation_source$origin$geo_loc_name
The BacDive example and my vignette have some demo code for a
temp
extraction. It would be neat to have a search function for specific "paths" within the returned (large) list of lists. For example:retrieve_field('geo')
should returnenvironment_sampling_isolation_source$origin$geo_loc_name
Similar example: extracting specific fields: https://github.com/EngqvistLab/fetch_microbial_growth_temperatures/blob/159c411ff12578a6ac7b45e95d661558caccc2ea/BacDive/1_BacDive_get_data.py#L204-L223
Things to check:
jsonlite::flatten()
related to #95
The text was updated successfully, but these errors were encountered: