Create a new setup file template
1 2 3 4 5 6 7 8 9 10  | createFileskeleton(
  newname,
  mail,
  inst,
  author,
  type = c("metric", "functional", "ordinal", "binary", "randomstring", "wordnet"),
  infotable = NULL,
  ref = "Unpublished",
  codefile = F
)
 | 
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  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.