powered by
Creates a new rmarkdown template with a skeleton questionnaire for dataset documentation. Uses the awesome markdown template created by Chris Garbin from Github.
report_datasheet(filename = "datasheet.Rmd", edit = FALSE, build = FALSE)
Invisibly returns the path to the newly created file(s).
(character(1)) File path or name for new file that should be created.
character(1)
(logical(1)) TRUE to edit the template immediately.
logical(1)
TRUE
(logical(1)) Should the report be built after creation? Initialized to FALSE.
FALSE
Gebru, Timnit, Morgenstern, Jamie, Vecchione, Briana, Vaughan, Wortman J, Wallach, Hanna, III D, Hal, Crawford, Kate (2018). “Datasheets for datasets.” arXiv preprint arXiv:1803.09010.
Other fairness_reports: report_fairness(), report_modelcard()
report_fairness()
report_modelcard()
report_file = tempfile() report_datasheet(report_file)
Run the code above in your browser using DataLab