Export And Publish a dataset

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(dataset)

One of the primary motivations of the dataset and the dublincore() and datacite() functions is the creation of publication-ready data assets.

Exporting functions

The planned export functions will create csv, xlsx, SPSS sav and STATA dta datasets that contain all FAIR metadata.

Publishing functions

We are planning an automatic publishing connection to zen4R, the R language interface to the Zenodo open science repository. The zen4R package uses R6 classes which are known only for advanced R users. Our planned connector is a simple function that connects our s3 dataset(), which is inherited from a simple data.frame() with the depositRecord method of zen4R for immediate publication on Zenodo.



Try the dataset package in your browser

Any scripts or data that you put into this service are public.

dataset documentation built on March 31, 2023, 10:24 p.m.