Skip to contents

These are Persistent identifiers associated with a creator.

Usage

prep_nameIdentifiers(x)

Arguments

x

Data frame from "creators"

Value

data frame with a nameIdentifiers column as list

Details

Name identifiers in datacite is an array of objects with properties "nameIdentifier", "nameIdentifierScheme" , and "schemeUri". This function takes the name identifiers fields and restructures as a list within the data frame.

Examples

creator_df <- wddsWizard::becker_project_metadata$creators[[1]]
creator_df_nameID_prepped <- prep_nameIdentifiers(creator_df)