get_pset: Unpack a problem set by name

Description Usage Arguments Details See Also

View source: R/qss-student.R

Description

This function finds a problem set by its name, unpacks it into your current working directory, and provides some hints to get going.

Usage

1
get_pset(pname, newname = NULL)

Arguments

pname

Name of a problem set

newname

Your preferred name for the unpacked problem set. Default: NULL (use pname as the folder name)

Details

By default the problem set will unpack into a folder of the same name. If you'd prefer to unpack the problem set under a different name, perhaps because you've decided to start fresh, or because for whatever reason there's already a folder with that name where you want to unpack it, use the newname argument to asign a new one. (Note that this only renames the top folder. The contents are keep their original names.)

See Also

preview_pset to see problem set questions without unpacking anything, and list_psets to see the complete set of problem sets.


conjugateprior/qss-student documentation built on May 21, 2019, 9:20 a.m.