publish_data | R Documentation |
Upload a dataset to OpenML. This can also be achieved through the website.
publish_data(
data,
name,
desc,
license = NULL,
default_target = NULL,
citation = NULL,
row_identifier = NULL,
ignore_attribute = NULL,
original_data_url = NULL,
paper_url = NULL,
test_server = test_server_default(),
api_key = NULL
)
data |
( |
name |
( |
desc |
( |
license |
( |
default_target |
( |
citation |
( |
row_identifier |
( |
ignore_attribute |
( |
original_data_url |
(character(1)) |
paper_url |
( |
test_server |
( |
api_key |
( In case |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.