You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ncdump::vars(con)
dims(con)
## perform a join of variable to dimension, keeping only the varname and idncdump::vars(con) %>% dplyr::filter(name=="chlor_a") %>% transmute(varname=name, id) %>% inner_join(con$vardim, "id") %>% inner_join(dims(con), c("dimids"="id"))
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: