doc.make_lic: Generate a LICENSE formatted to Rd specs

Description Usage Arguments Value Examples

Description

doc.make_lic

Usage

1
2
doc.make_lic(owner_name = NULL, owner_org = NULL, year = "current",
  output_to = c("file", "console"))

Arguments

owner_name

string Default to NULL Owner of the License.

owner_org

string Default to NULL If the owner attributes work to an Organization.

year

character Default to current year.

output_to

call Default to file and console Where should the output print?

Value

Output is either a LICENSE file object in the local or working directory or printed to the console

Examples

1
2
3
4
5
6
doc.make_lic(owner_name = 'Carl Boneri',owner_org = "FAS Advisory",
output_to = 'file')
#> #'@param owner_name string Default to NULL
#> #'@param owner_org string Default to NULL
#> #'@param year character Default to current
#> #'@param output_to call Default to file and console

Rterial/Rtbase documentation built on May 9, 2019, 10:35 a.m.