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
> EML::eml_validate(meta)
[1] TRUE
attr(,"errors")
character(0)
> creator_orcids <- c("0000-0002-6635-1490",NA,NA,"0009-0004-8436-4975",NA)
> metadata_file_out <- EMLeditor::set_creator_orcids(metadata_file_out, creator_orcids)
Error in `tibble::tibble()`:
! Tibble columns must have compatible sizes.
• Size 5: Existing data.
• Size 2: Column at position 2.
ℹ Only values of size one are recycled.
Run `rlang::last_trace()` to see where the error occurred.
> creator_orcids <- c("0000-0002-6635-1490","NA","NA","0009-0004-8436-4975","NA")
> metadata_file_out <- EMLeditor::set_creator_orcids(metadata_file_out, creator_orcids)
It appears some authors do not have orcids.
Please specify these as NA (without quotes).
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: