new_project: Easy function to create R package from a function

View source: R/new_project.R

new_projectR Documentation

Easy function to create R package from a function

Description

Easy function to create R package from a function

Usage

new_project(
  package_name,
  author_name = "Zac Garland",
  email = "zachary.garland@outlook.com"
)

Arguments

package_name

package name

author_name

"First Last"

email

"email to include"

Examples

new_project(package_name, author_name = "First Last", email = "")

zac-garland/zgtools documentation built on July 9, 2022, 3:44 a.m.