is_knittable_Rmd: Check whether r markdown is knitable

Description Usage Arguments Value Examples

View source: R/convt2list.R

Description

Checks whether a student submitted a knitable .Rmd

Usage

1
is_knittable_Rmd(student_dir)

Arguments

student_dir

A character string. The directory that contains student folders/files. (Not the student file itself)

Value

The function returns a dataframe with id of the students column and a logical column indicating whether their .Rmd is knitable

Examples

1
2
3
4
5
6
## Not run:

library(stats102A)
## Not run: is_knitable_Rmd("../students")

## End(Not run)

oonyambu/stats_102A documentation built on July 21, 2020, 7:28 a.m.