Slide 35
Slide 35 text
dryaddat <- download_url("10255/dryad.1759")
!
dat <- dryad_getfile(dryaddat)
!
eml_write(dat = dat, meta, title = "Landings
Data", description = description,
creator = "Karthik Ram
", file = "landings.xml")
!
!
eml_publish("landings.xml", description =
description, categories = "Ecology",
tags = "fisheries", destination =
"figshare", visibility = "public")