get_fields | R Documentation |
This function takes a search expression and character vector of 20 or less field names and returns one dataframe with the parsed API response.
get_fields(search_expr, fields, max_studies = 500)
search_expr |
A string following the querying guidelines on clinicaltrials.gov |
fields |
A list or character vector with up to 20 field names. |
max_studies |
A number indicating how many studies of all the ones that match the search expression will be returned. |
get_fields(expr = 'cardiomiopathy', fields = core_info_fields)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.