summary.course_check: Summary of course check

Description Usage Arguments Value Examples

View source: R/summary_course_check.R

Description

Summary of course check

Usage

1
2
## S3 method for class 'course_check'
summary(object, ...)

Arguments

object

An object of class course_check

...

Not used

Value

A list of data frames of various checks

Examples

1
2
3
4
5
6
7
8
root_path = tempfile()
course_name = "test this out2"
book_txt =  system.file("extdata", "Book.txt", package = "didactr")
sc = create_course(course_name, root_path, book_txt = book_txt)
course_dir = sc$course_dir
object = check_course(sc$course_dir,
require_authorization = FALSE)
summary(object)

muschellij2/didactr documentation built on March 17, 2021, 12:45 p.m.