The openthl R package provides tools to work with THL Open API.
Install the current devel version in R:
devtools::install_github("ropengov/openthl")
Test the installation by loading the library:
library(openthl)
We also recommend setting the UTF-8 encoding:
Sys.setlocale(locale="UTF-8")
library(openthl) x <- thlSubject("epirapo") # S3 class "thlSubject" datasets <- thlDatasets(x) # S3 class "thlDatasets"
This work can be freely used, modified and distributed under the open license specified in the DESCRIPTION file.
Kindly cite the work as follows
citation("openthl")
This vignette was created with
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.