Learn R Programming

rYoutheria (version 1.0.3)

getLocData: 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

Run this code
## Not run: 
# # Get a dataframe of Indian study units
# Indian_StudyUnits <- getLocData(country = 'India')
# ## End(Not run)

Run the code above in your browser using DataLab