get_structuralresources_variableelements_resource {istacr} | R Documentation |
Get variableelements resource
Description
This function returns data from “/v1.0/variables/variableID/variableelements/resourceID“
Usage
get_structuralresources_variableelements_resource(variableid, resourceid)
Arguments
variableid |
(string): Resource identificator. |
resourceid |
(string): Variable identificator. |
Examples
get_structuralresources_variableelements_resource("VR_SEXO", "FEMALE")
[Package istacr version 0.2.2 Index]