install_makefile: Install makefiles

Description Usage Arguments Examples

View source: R/make.R

Description

Install makefiles

Usage

1
2
3
4
5

Arguments

path

A character vector of one or more paths.

regexp

Regular expression to match against folder names

Examples

1
2
3
4
5
assignment_dir <- "~/Dropbox/git/sds192/student_info/s19/SDS192- 01_201903-Mini-project #1-394031"
if (fs::dir_exists(assignment_dir)) {
  install_makefile(assignment_dir)
  summarize_assignment(assignment_dir)
}

beanumber/moodler documentation built on April 15, 2020, 9:32 p.m.