| new_dataset | R Documentation |
Create a new data set metadata file.
new_dataset(
name,
dir = "./inst/datasets",
type = c("classification", "regression")[1],
description = "Description of the dataset",
source = "The source of the dataset.",
reference = "APA reference for the dataset.",
data = "function() {\n\t# This function should return a data.frame.\n\t}",
model = "Y ~ X",
note = "",
open = interactive(),
overwrite = FALSE
)
a list with the metadata information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.