create_student_pages: Builds student postcards

View source: R/create.R

create_student_pagesR Documentation

Builds student postcards

Description

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.

Usage

create_student_pages(spreadsheet, names_col, theme = "jolla", ...)

Arguments

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.


DACSS/dacss.websites documentation built on Aug. 1, 2022, 8:26 p.m.