Get entries (from the data registry) in a particular table
get_existing(
table,
limit_results = TRUE,
detail = "all",
endpoint = "http://127.0.0.1:8000/api/"
)Returns a data.frame of entries in table, default is limited
to 100 entries
a string specifying the name of the table
a boolean specifying whether or not to limit
the results, default is TRUE
a string specifying what level of detail to return;
options are "all" for all details or "id" for just URL and IDs
a string specifying the registry endpoint
Other get functions:
get_components(),
get_entry(),
get_file_hash(),
get_github_hash()