This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
rorcid v0.3.0
NEW FEATURES
MINOR IMPROVEMENTS
- change all
is()
calls toinherits()
(#30) - using
tibble
package now for compact data.frame outputs instead
of internal code. an associated change in the output of bothorcid()
andorcid_doi()
is that we now return a tibble (data.frame) instead of
a data.frame as a slot in a list. we add how many results are returned from
your search as an attribute on the data.frame. Access it like
attr(out, "found")
(#25) - base ORCID API URL changed from
http
tohttps
scheme - genereal improvements to documentation throughout package
DEPRECATED AND DEFUNCT
summary.or_id()
is now defunct. see?rorcid-defunct