powered by
Generate markdown block for codensr projects.
codensr
generate_markdown_for_projects(project)
No return value, function will output text directly into markdown document using cat.
cat
A condensr project object. If a link is available (i.e. !is.na(project$link)), then a hyperlink will be inserted.
condensr
!is.na(project$link)
example_project <- project( id = "joes-model", name = "Joe's Blogging Model", related_staff = "joe-bloggs" ) generate_markdown_for_projects(example_project)
Run the code above in your browser using DataLab