new_project | R Documentation |
Easy function to create R package from a function
new_project( package_name, author_name = "Zac Garland", email = "zachary.garland@outlook.com" )
package_name |
package name |
author_name |
"First Last" |
email |
"email to include" |
new_project(package_name, author_name = "First Last", email = "")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.