Collapse Affiliations to one row
Take an individual SCOPUS entry and transform it to a data frame of affiliations
collapse_affil(affils, collapse = ";")
affils
: Data frame of affiliations to be collapsed usually from author_search
collapse
: What should values be collapsed using as a separatorA data.frame
of affiliation information
Useful links