Skip to contents

objr aims to provide a convenient method of interacting with Objective Connect using R, making use of the Objective Connect API.

Installation

The package can be installed directly from GitHub. Note that this method requires the remotes package and may not work from within the Scottish Government network.

remotes::install_github(
  "ScotGovAnalysis/objr",
  upgrade = "never",
  build_vignettes = TRUE
)

Finally, the package can also be installed by downloading the zip of the repository and running the following code, replacing the section marked <> (including the arrows themselves) with the location of the downloaded zip:

remotes::install_local(
  "<FILEPATH OF ZIPPED FILE>/objr-main.zip",
  upgrade = "never",
  build_vignettes = TRUE
)

Licence

Unless stated otherwise, the codebase is released under the MIT Licence. This covers both the codebase and any sample code in the documentation.

The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.