/rsclass

Manipulate RStudio Cloud Workspaces and Projects Programmatically

OtherNOASSERTION

rsclass

Travis build status Codecov test coverage

The goal of rsclass is to interface with the RStudio Cloud API in a classroom-based context.

Installation

You can install the released version of rsclass from CRAN with:

install.packages("rsclass")

Example

This is a basic example which shows you how to solve a common problem:

library(rsclass)
## basic example code