Description Usage Arguments Examples
This function sets up the typical file structure for projects
1 | create_project(name, title, author, email, inst, root)
|
name |
The name of the project |
title |
The title of the project |
author |
The author of the project |
email |
The email of the project's author |
inst |
The institution of the project's author |
root |
The root folder for the project |
1 2 | create_project("myproject", "My Author", "myemail@me.com",
"My Institution", "rootdirectory")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.