getArthroCollections {vectorsurvR} | R Documentation |
'getArthroCollections()' obtains collections data on a year range (start_year, end_year) for authorized VectorSurv Gateway accounts.
getArthroCollections(token, start_year, end_year)
token |
A valid access token returned from 'getToken()' |
start_year |
Start year of data |
end_year |
End year of data |
A dataframe of collections data specific to users account
## Not run:
token = getToken()
getArthroCollections(token, 2021, 2022)
## End(Not run)