create_project: create_project

Description Usage Arguments Examples

Description

This function sets up the typical file structure for projects

Usage

1
create_project(name, title, author, email, inst, root)

Arguments

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

Examples

1
2
create_project("myproject", "My Author", "myemail@me.com",
    "My Institution", "rootdirectory")

philipphoman/phfuncs documentation built on May 4, 2019, 3:18 p.m.