get_existing {rDataPipeline} | R Documentation |
Return all entries posted to a table in the data registry
Description
Get entries (from the data registry) in a particular table
Usage
get_existing(
table,
limit_results = TRUE,
detail = "all",
endpoint = "http://localhost:8000/api/"
)
Arguments
table |
a |
limit_results |
a |
detail |
a |
endpoint |
a |
Value
Returns a data.frame
of entries in table, default is limited
to 100 entries
See Also
Other get functions:
get_components()
,
get_entry()
,
get_file_hash()
,
get_github_hash()
[Package rDataPipeline version 0.54.1 Index]