copy_book_files: Copy all book files to local folder

View source: R/book_fcts.R

copy_book_filesR Documentation

Copy all book files to local folder

Description

This function will grab files from the afedR package and copy all of it to a local folder, separated by directories including R code, data, slides and end-chapter exercises.

Usage

copy_book_files(path_to_copy = "~")

Arguments

path_to_copy

Path to copy all the book files

Value

TRUE, if sucessful

Examples

## Not run: 
flag <- afedR_get_book_files()

## End(Not run)

msperlin/afedR documentation built on Sept. 11, 2022, 9:49 a.m.