Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

skilljaR (version 0.1.2)

get_course_paths: Get Course Paths

Description

Returns a data.frame with all paths and the items in those paths.

Usage

get_course_paths(api_token)

Value

A data frame with users and user data

Arguments

api_token

Your personalized token provided by 'Skilljar'

Details

Utilizing the API requires a token. This must be obtained by logging in at dashboard.skilljar.com and going to Organization -> API Credentials. There are different strategies for storing api tokens securely. It is an unnecessary risk to store the token in the script!

See Also

See https://api.skilljar.com/docs/ for documentation on the 'Skilljar' API.

Examples

Run this code
if (FALSE) {
# Get course progress data
paths <- get_course_paths(api_token = "my-token")
}

Run the code above in your browser using DataLab