getLocData {rYoutheria} | R Documentation |
Get location information from YouTheria
Description
Retrieves location information stored on YouTheria
Usage
getLocData(country = NULL, StudyUnitId = NULL)
Arguments
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 |
Value
A dataframe in which each rows gives the details of a study unit
Examples
## Not run:
# Get a dataframe of Indian study units
Indian_StudyUnits <- getLocData(country = 'India')
## End(Not run)
[Package rYoutheria version 1.0.3 Index]