# \donttest{
# Load example dataset Gaudinski_2001
entry <- ISRaD::Gaudinski_2001
ISRaD.save.entry(
entry = entry,
template_file = system.file("extdata", "ISRaD_Master_Template.xlsx", package = "ISRaD"),
outfile = file.path(tempdir(), "Gaudinski_2001.xlsx")
)
# Read in .xlsx file
ISRaD.read.entry(file.path(tempdir(), "Gaudinski_2001.xlsx"))
# }
Run the code above in your browser using DataLab