Package 'csustats'

Title: CSU R Tutorials
Description: This package contains learnr tutorials used to teach R for STAT 170 students.
Authors: Isaac Quintanilla Salinas [aut, cre]
Maintainer: Isaac Quintanilla Salinas <[email protected]>
License: GPL (>= 3)
Version: 0.1.8
Built: 2025-01-27 04:11:56 UTC
Source: https://github.com/inqs909/csustats

Help Index


A wrapper function to access the tutorial using the learnr package

Description

A wrapper function to access the tutorial using the learnr package

Usage

access_tutorial(tutorial)

Arguments

tutorial

A character value contianing the name of the tutorial.

Author(s)

Isaac Quintanilla Salinas


list_tutorials

Description

A function that lists all of the available tutorials in the "ucrstats" package

Usage

list_tutorials()

A table containing a list of all the tutorials in the package

Description

A table containing a list of all the tutorials in the package

Usage

tutorials

Format

A data frame

ID

The string placed in the 'access_tutorial' function to access the tutorial

Subject

The topic the tutorial generally relates to

Description

A brief description of what the tutorial will cover