getLocData {rYoutheria} | R Documentation |
Retrieves location information stored on YouTheria
getLocData(country = NULL, StudyUnitId = NULL)
country |
Character specifying the country within which to search for locations. for a list of countries used getCountries(). |
StudyUnitId |
Numeric specifying the StudyUnitId to search for |
A dataframe in which each rows gives the details of a study unit
## Not run:
# Get a dataframe of Indian study units
Indian_StudyUnits <- getLocData(country = 'India')
## End(Not run)