project | R Documentation |
Generates an academic project to be listed on staff profiles
project(id, name, related_staff, link = NA)
id |
A character string that uniquely identifies this project. |
name |
Human readable name for the project. |
related_staff |
Vector of |
link |
URL for the project. Default |
An object of class project
containing the input information.
example_project <- project(
id = "joes-model",
name = "Joe's Blogging Model",
related_staff = "joe-bloggs"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.