first_slides: Returns the two first slides of a workshops

View source: R/first_slides.R

first_slidesR Documentation

Returns the two first slides of a workshops

Description

Returns the two first slides of a workshop (title slide not included).

Usage

first_slides(workshop_id, pkgs, lang = c("en", "fr"), clip = FALSE)

Arguments

workshop_id

workshop identifier, see workshops_df().

pkgs

vector of packages required for the workshops, see list_packages().

lang

the language for the badges (either "en" or "fr").

clip

a logical. Should the badges be copied to the clipboard?

Examples

first_slides(2, c("dplyr", "tidyr"))

inSilecoInc/insilecoRworkshops documentation built on Oct. 12, 2022, 1:58 p.m.