get_response_content | R Documentation |
Helper function for response_content parameter == TRUE. Returns decoded content of query respone. Limited to 20 fields.
get_response_content(
search_expr = search_expr,
fields = fields,
max_studies = max_studies
)
search_expr |
A string following the querying guidelines at https://clinicaltrials.gov/api/gui/ref/syntax and https://clinicaltrials.gov/api/gui/ref/expr |
fields |
A character vector with field names. All field names available at https://clinicaltrials.gov/api/info/study_fields_list?fmt=JSON, with "all_fields", or with "get_vector_all_study_fields()" |
max_studies |
A number indicating how many studies of all the ones that match the search expression will be returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.