Description Usage Arguments Value See Also Examples
View source: R/docr_make_license.R
docr.make_lic
1 2 | docr.make_license(owner_name = NULL, owner_org = NULL, year = "current",
output_to = c("file", "console"))
|
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? |
Output is either a LICENSE file object in the local or working directory or printed to the console
Other Documentation functions: docr.author,
docr.clean_fun,
docr.defaults_prompt,
docr.defaults,
docr.describe_df,
docr.example_df, docr.family,
docr.fun, docr.has_defaults,
docr.install_r_only,
docr.meta_private,
docr.meta_public, docr.param
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.