Package 'emptyfield'

Title: Install Empty Field Learning Materials
Description: Install learning materials from Empty Field Data Science.
Authors: Malcolm Barrett [aut, cre]
Maintainer: Malcolm Barrett <[email protected]>
License: CC BY 4.0
Version: 0.0.1
Built: 2024-10-29 02:45:23 UTC
Source: https://github.com/emptyfield-ds/emptyfield

Help Index


Open learning materials in RStudio Cloud

Description

browse_cloud() will open an RStudio Cloud version of a given learning module in your browser. The cloud version will have the packages and materials pre-installed.

Usage

browse_cloud(module, open = interactive())

Arguments

module

The name of the module

open

Logical. Open the URL in the browser? Default is TRUE. If FALSE, browse_cloud() just provides the URL for you to open yourself.


Install learning materials

Description

use_module() will install the materials for a given learning module. Then, it will open a new RStudio Project containing the files you'll need for that module.

Usage

use_module(module, destdir = NULL)

Arguments

module

The name of the module

destdir

The path on your computer where you would like the learning materials installed. If NULL, defaults to your Desktop or some other conspicuous place.