safe_info uses tryCatch() to deal with unavailable responseR/utils.R
safe_info.RdWrap rerddap::info() so that it will fail gracefully
safe_info uses tryCatch() to deal with unavailable response
safe_info(dataset_id, url = "https://upwell.pfeg.noaa.gov/erddap/")If success, dataset information, otherwise message and end
dataInfo <- safe_info('etopo360')