setup_course_notes: setup_course_notes

Description Usage Arguments Details Value Author(s) Examples

View source: R/utility_functions.r

Description

Copy and expand course notes to the desktop

Usage

1
2
3
4
5
setup_course_notes(
  folder,
  zipfile = "dataviz_course_notes.zip",
  packet = "dataviz_course_notes"
)

Arguments

folder

The destination to copy to within the user's home. This must be supplied by the user.

zipfile

The name of the zipped course materials file in the socviz library.

packet

The name of the course packet folder to be created

Details

Transfers a zip file containing course materials from the socviz library to the Desktop.

Value

The 'zipfile' is copied to 'folder' and its contents expanded into a directory, the 'packet'.

Author(s)

Kieran Healy

Examples

1

socviz documentation built on July 1, 2020, 7:04 p.m.