Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gen_obs: stop if the usm column name does not exist #24

Open
plecharpent opened this issue Jul 27, 2023 · 0 comments
Open

gen_obs: stop if the usm column name does not exist #24

plecharpent opened this issue Jul 27, 2023 · 0 comments
Assignees

Comments

@plecharpent
Copy link
Contributor

 # Finding usm names column
  usm_idx <- grep("usm", tolower(colnames(obs_table)))
  if (length(usm_idx) > 1) {
    stop("Multiple usms names columns !")
  }

usm_idx is of length 0 in that case!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant