Skip to contents

Tidy publication record results into a tibble. Limited data is retained. If full data retention is desired, consider using as_tibble() instead (expect list columns and untidy column names).

Usage

tidy_pub_records(x, ...)

Arguments

x

A publication record object, as produced by citedby_pubmed(), citedby_scopus() and pubmed_summary().

...

Ignored; included for extensibility.