getLocData: Get location information from YouTheria

Description Usage Arguments Value Examples

Description

Retrieves location information stored on YouTheria

Usage

1
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

1
2
3
4
5
## Not run: 
# Get a dataframe of Indian study units
Indian_StudyUnits <- getLocData(country = 'India')

## End(Not run)

BiologicalRecordsCentre/rYoutheria documentation built on May 6, 2019, 7:55 a.m.