powered by
Obtain all samples within a sites object
# S4 method for sites samples(x)
data.frame with sample records
data.frame
sites object
Socorro Dominguez dominguezvid@wisc.edu
Simon Goring goring@wisc.edu
{ tryCatch({ dw <- get_downloads(1) pollen <- samples(dw) }, error = function(e) { message("Neotoma server not responding. Try again later.") }) }
Run the code above in your browser using DataLab