pick_lesson | R Documentation |
Interactively lets you pick from a list of published Galactic Polymath units and will out put a virtualized Google Drive for Desktop path
pick_lesson(
shared_drive = "s",
show_all = FALSE,
pick_all = FALSE,
full_path = TRUE,
sort_col = "LastUpdated",
sort_decr = TRUE,
lessons_dir = NULL,
pull_path = TRUE,
exclude_TEST = TRUE
)
lesson_pick(
shared_drive = "s",
show_all = FALSE,
pick_all = FALSE,
full_path = TRUE,
sort_col = "LastUpdated",
sort_decr = TRUE,
lessons_dir = NULL,
pull_path = TRUE,
exclude_TEST = TRUE
)
shared_drive |
which shared drive do you want to find the lessons in? default= "s" Options:
|
show_all |
show an 'all' option? default=FALSE |
pick_all |
logical; Default=FALSE makes user pick unit. If TRUE, choice is set to "all" and will return paths to all projects in this directory. |
full_path |
do you want a full path to the chosen lesson? default= TRUE |
sort_col |
which column of output to sort by? Default "LastUpdated"; options=c("Unit","numID","ReleaseDate") |
sort_decr |
logical; sort by decreasing order? default= TRUE |
lessons_dir |
the path to the directory where lessons are held (make sure it leads with a /); default=NULL will resolve by calling |
pull_path |
logical; do you want to pull (and unlist) only the paths? default= TRUE. FALSE will return the tibble for the selected units |
exclude_TEST |
default=T; excludes test repositories |
the selected path, tibble, or string of names
lesson_pick()
:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.