Skip to content

An R package for using the Objective Connect API

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENCE
MIT
LICENCE.md
Notifications You must be signed in to change notification settings

ScotGovAnalysis/objr

Repository files navigation

objr

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. GitHub release (latest by date) R build status

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.

About

An R package for using the Objective Connect API

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENCE
MIT
LICENCE.md

Stars

Watchers

Forks

Releases

No releases published