Get filter details and names.
filter_names() filter_details(x = NULL)
x
: (character) Optional filter name. If not given, all filters returned.Note that all filter names in this package have periods and dashes replaced with underscores as they both cause problems in an R console.
filter_names() filter_details() filter_details()$has_authenticated_orcid filter_details()$has_authenticated_orcid$possible_values filter_details()$has_authenticated_orcid$description filter_details("issn") filter_details("iss") filter_details(c("issn", "alternative_id"))
Useful links