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.
The goal of racademyocean is loading data from AcademyOcean API.
You can install the development version of racademyocean from CRAN:
install.packages("racademyocean")
Or GitHub with:
# install.packages("devtools")
::install_github("selesnow/racademyocean") devtools
ao_auth()
ao_get_academies()
ao_get_certificates()
ao_get_leaners()
ao_get_teams()
ao_course_progress()
ao_get_leaners_progress_by_course()
ao_get_leaners_amount_from_countries()
ao_get_leaners_from_country()
ao_get_leaners_registered_at()
ao_get_leaners_with_score()
ao_get_learners_churn_at_content()
ao_get_learners_course_complete()
ao_get_learners_quiz_statistic()
ao_get_learners_repeated_logins()
ao_get_passive_leaners()
ao_get_passive_learners()
library(racademyocean)
ao_auth(
client_id = 'your client ID',
client_secret = 'your client secret'
)
<- ao_get_academies()
academies <- ao_get_leaners()
leaners
<- ao_get_course_progress(leaners) course_progress
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.