knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

UKEducationData

The goal of UKEducationData is to provide a Unified API for easy access to UK Education Related Datasets. This will include government sources aswell as 3rd party sources where related.

Installation

Install The development version from GitHub with:

# install.packages("devtools")
devtools::install_github("fusionet24/UKEducationData")

Example

This is how you retrive data for Get Schools Information:

data <- UKEducationData::getSchoolInformation()


fusionet24/UKEducationData documentation built on May 29, 2019, 11:42 a.m.