# \donttest{
dest_file <- file.path(tempdir(), "iris.csv")
dataset_download(
url = "https://zenodo.org/record/7421899/files/iris.csv?download=1",
title = "Iris Dataset",
author = person(given="Edgar", family="Anderson"),
publisher = "American Iris Society",
identifier = "https://doi.org/10.1111/j.1469-1809.1936.tb02137.x",
destfile = dest_file)
# }
Run the code above in your browser using DataLab