Learn R Programming

condensr (version 1.0.0)

project: Generate Academic Project

Description

Generates an academic project to be listed on staff profiles

Usage

project(id, name, related_staff, link = NA)

Value

An object of class project containing the input information.

Arguments

id

A character string that uniquely identifies this project.

name

Human readable name for the project.

related_staff

Vector of ids 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.

Examples

Run this code
example_project <- project(
       id = "joes-model",
       name = "Joe's Blogging Model",
       related_staff = "joe-bloggs"
   )

Run the code above in your browser using DataLab