Generates an academic project to be listed on staff profiles
Usage
project(id, name, related_staff, link = NA)
Arguments
- id
A character string that uniquely identifies this project.
- name
Human readable name for the project.
- related_staff
Vector of id
s for staff members. Projects will be
listed on the staff pages for this vector
- link
URL for the project. Default NA
if there is no page to link to.
Value
An object of class project
containing the input information.
Examples
example_project <- project(
id = "joes-model",
name = "Joe's Blogging Model",
related_staff = "joe-bloggs"
)