create_student_pages | R Documentation |
Builds 'about me' pages for students in a Postcards setup. A spreadsheet of student information is taken as input – with names as a primary requirement. Csv, xlsx, and Google Spreadsheet formats are accepted. It will also generate list of student names in the Student page. Assumes the working directory is based on the GitHub blog repo prokect.
create_student_pages(spreadsheet, names_col, theme = "jolla", ...)
spreadsheet |
A csv, xlsx, or Google Spreadsheet file containing student names. |
names_col |
The column containing student names. Can be the column name or number. |
theme |
The template theme to create postcard pages with. The default value is "jolla". |
... |
Additional arguments can be taken based on arguments for read_csv or read_xlsx. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.