BUG: au_orcid
is of type logical
when all authors have no ORCID (should be
#220
Labels
au_orcid
is of type logical
when all authors have no ORCID (should be
#220
Hi
there is a bug in the conversion from the oa results to a data.frame / tibble. When all authors of a work do not have an ORCID, the column
au_orcid
is of type'logical;' while the others are as expected are of type
character`. This is causing problems, as I want to save these as parquet files which does not work if the objects are of different type.Probably replacing
NA`` with
as.character(NA)` in the appropriate places would fix this issue. I assume the same can occur in other fields.Thanks,
Rainer
The text was updated successfully, but these errors were encountered: