ctgov_query_endpoint | R Documentation |
This function selects a subset of the clinical trials data by using a
a variety of different search parameters. These include free text search
keywords, range queries for the continuous variables, and exact matches for
categorical fields. The function ctgov_get_query_terms
shows the
categorical levels for the latter. The function will either take the entire
dataset loaded into the package environment or a previously queried input.
ctgov_query_endpoint(
data = NULL,
ignore_case = TRUE,
match_all = FALSE,
max_rows = NULL
)
data |
a dataset to search over; set to |
ignore_case |
logical. Should the search ignore
capitalization. The default is |
match_all |
logical. Should the results required matching
all the keywords? The default is |
max_rows |
integer. The maximum number of rows to return;
The default |
a tibble object queried from the loaded database
Taylor B. Arnold, taylor.arnold@acm.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.