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