read_contributors_file: Read dataset CONTRIBUTORS file

Description Usage Arguments Value Note

View source: R/parser.R

Description

Read dataset CONTRIBUTORS file

Usage

1
read_contributors_file(dataset_name, file_data = NULL)

Arguments

dataset_name

Dataset name, character

file_data

File data, character vector; optional for testing

Value

A data.frame with the following columns:

CSR_FIRST_NAME

First (personal) name, character

CSR_FAMILY_NAME

Family name, character

CSR_EMAIL

Email address, character

CSR_ORCID

ORCID identifier, character

CSR_ROLE

CRediT role, character

Note

For information about ORCID see https://orcid.org. For CRediT roles, see https://www.casrai.org/credit.html.


bpbond/cosore documentation built on July 20, 2021, 3:17 p.m.