data(MyEOLs)
DataObjectOverview(MyEOLs[1], verbose=FALSE)
## Not run: DataObjectOverview(MyEOLs, verbose=FALSE)
#Data from the first data object from the first EOL page on the list
## Not run: GatherDataObjectInformation(MyEOLs[1])[1,]
#See searchable variables for data objects using names and view contents
## Not run: names(GatherDataObjectInformation(MyEOLs[1]))
## Not run: GatherDataObjectInformation(MyEOLs[1])$source
#One way to get all the english text back from a single EOL file
## Not run:
# DOI <- GatherDataObjectInformation(MyEOLs[1])
# text <- which(which(DOI$mimeType == "text/html")
# "en"))
# DOI$description[text]
# ## End(Not run)
Run the code above in your browser using DataLab