get_structuralresources_data_structures {istacr} | R Documentation |
Get data structures
Description
This function returns the content from “/v1.0/datastructures“
Usage
get_structuralresources_data_structures(
limit = 25,
offset = 0,
query = "",
orderby = ""
)
Arguments
limit |
(int): Results limit. By default “limit = 25“. |
offset |
(int): Displacement. Result from which it is returned. By default “offset = 0“. |
query |
(string): Query to filter the results. |
orderby |
(string): Field by which to sort the results. |
Examples
get_structuralresources_data_structures()
get_structuralresources_data_structures(
query="ID EQ 2090",
orderby="ID ASC"
)
[Package istacr version 0.2.2 Index]