createFileskeleton {bdlp} | R Documentation |
Create a new setup file template
Description
Create a new setup file template
Usage
createFileskeleton(
newname,
mail,
inst,
author,
type = c("metric", "functional", "ordinal", "binary", "randomstring", "wordnet"),
infotable = NULL,
ref = "Unpublished",
codefile = F
)
Arguments
newname |
The name of the new setup (and subsequently the file name) |
mail |
The contact e-mail address of the author |
inst |
The institution of the author |
author |
The full name of the author |
type |
The data type of this setup |
infotable |
The setup summary table |
ref |
The reference to the publication where the setup was used |
codefile |
If functions that are needed for the data generation of the setup are stored in some other .R file, the path can be supplied |
[Package bdlp version 0.9-2 Index]