The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

racademyocean

The goal of racademyocean is loading data from AcademyOcean API.

Installation

You can install the development version of racademyocean from CRAN:

install.packages("racademyocean")

Or GitHub with:

# install.packages("devtools")
devtools::install_github("selesnow/racademyocean")

Functions of racademyocean

Example

library(racademyocean)

ao_auth(
    client_id = 'your client ID', 
    client_secret = 'your client secret'
)

academies <- ao_get_academies()
leaners   <- ao_get_leaners()

course_progress <- ao_get_course_progress(leaners)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.