This function finds a problem set by its name, unpacks it into your current working directory, and provides some hints to get going.
get_pset(pname, newname = NULL)
pname | Name of a problem set |
---|---|
newname | Your preferred name for the unpacked problem set.
Default: NULL (use |
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.)
preview_pset
to see problem set questions without
unpacking anything, and list_psets
to see the complete
set of problem sets.