Description Usage Arguments Value Examples
Reads in all files with NEW prefix and combines into into one tidy tibble
.
1 | set_student_data(path = "~/Documents/Students", pattern = "NEW")
|
path |
folder where student files are stored |
pattern |
pattern to match in filenames |
a tidy data frame with student info
1 2 | stud_df <- set_student_data()
stud_df <- set_student_data("~/Downloads")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.