copy_book_files: Copy all book files to a local folder

Description Usage Arguments Value Examples

View source: R/book_fcts.R

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

1
copy_book_files(path_to_copy = "~")

Arguments

path_to_copy

Path to copy all the book files

Value

TRUE, if sucessful

Examples

1
2
3
4
## Not run: 
flag <- afedR_get_book_files()

## End(Not run)

msperlin/adfeR documentation built on March 26, 2021, 3:05 a.m.