Date - 1/30/2020
Release Tag - v1.1.0-beta
Release Status - Current head of branch master
Updated function signatures to match Python client, updated data references, improved documentation.
- All functions have been renamed from CamelCase to snake_case:
get_property_labels
,get_property_values
,get_triples
,get_populations
,get_observations
,get_places_in
,set_api_key
,query
. - Documentation improvements.
- Tests, docstrings, and docs have been updated to reflect the latest data.
- Update package
.onLoad
function to install Python library via pip3 and delay loading it until first use.
Date - 8/19/2019
Release Tag - v1.0.0-beta
Release Status - Current head of branch 1.0.0-beta
Initial and beta release of the R API Client.
-
Implemented functions built on top of the Data Commons REST API.
GetPropertyLabels
GetPropertyValues
GetTriples
GetPopulations
GetObservations
GetPlacesIn
-
Example/Tutorial in
notebooks
folder. R library components in thedatacommons
folder. -
Docs for each function autogenerated using roxygen2 and are available through R's
help()
command. -
General instructions can be found in the root README.md.