load_pd: Load new pd lab slides into RStudio's Viewer Pane

View source: R/load_lab.R

load_pdsR Documentation

Load new pd lab slides into RStudio's Viewer Pane

Description

Load new pd lab slides into RStudio's Viewer Pane. The function can either be called without an argument load_pd(), in which case a menu will appear in the console for the user to make their selection, or with a number indicating the desired lab as an argument.

Usage

load_pds(lab)

load_pd(lab)

Arguments

lab

Integer (optional). Including an integer will load the desired pd lab automatically. Leaving the argument blank will load a menu for users to make a selection from.

Examples

load_pd() # Loads a menu to choose from
load_pd(1) # Automatically loads the 1st lab from the menu.
load_pds() # Similar to load_pd()
load_pds(1) # Similar to load_pd(1)


mobilizingcs/mobilizr documentation built on Feb. 17, 2024, 7:49 p.m.