Open atn38 opened 2 years ago
e.g. you can call list_available_datasets
list_available_datasets
and it returns in the R console:
2 is DOC data 3 is YSI 4 is d18O ....
search_ble_packages() provides a data frame with packageids and titles. I think we can close this issue unless we want something easy to read in console (as opposed to saving a dataframe as an R object)
e.g. you can call
list_available_datasets
and it returns in the R console:
2 is DOC data 3 is YSI 4 is d18O ....