no_functions_in_Rmd: Indicates whether a student does not have a function in the...

View source: R/convt2list.R

no_functions_in_RmdR Documentation

Indicates whether a student does not have a function in the markdown

Description

Determine whether the student included functions in their markdown

Usage

no_functions_in_Rmd(student_dir)

Arguments

student_dir

A character value of length 1. The directory of the students to be graded

Value

A dataframe with 2 columns. The ID column and a logical column Indicating whether a student does not have a function in the markdown

Examples

## Not run: no_functions_in_Rmd(student_dir)

oonyambu/stats_102A documentation built on Jan. 23, 2025, 4:03 a.m.