Skip to contents

There are affiliations associated with a creator.

Usage

prep_affiliation(x)

Arguments

x

tibble from prep_creators

Value

tibble with affilition fields in a list column called affilition

Details

Affiliation in datacite is an array of objects with properties name, affiliationIdentifier, affiliationIdentifierScheme, and schemeURI. This function takes the affiliation fields and restructures as a list within the dataframe.

Affiliation fields to be converted to a list: "affiliation", #' "affiliationIdentifier", "affiliationIdentifierScheme" , "schemeUri"