Learn R Programming

codemetar (version 0.1.8)

crosswalk_table: Crosswalk Table

Description

Return a subset of the crosswalk table containing codemeta properties and matching column

Usage

crosswalk_table(from, to = NULL, full_crosswalk = NULL, trim = TRUE)

Arguments

from

the name of a column in the crosswalk table to map from.

to

the name of one or more columns in the crosswalk table to map into

full_crosswalk

Path or URL (requires internet!) of the full crosswalk table.

trim

drop rows giving properties not found in the 'from' column?

Value

a tibble containing the trimmed crosswalk table, listing property (in CodeMeta), and the corresponding terms in both from and to columns.

Examples

Run this code
# NOT RUN {
crosswalk_table(from = "GitHub", to = c("Zenodo", "Figshare"))
# }

Run the code above in your browser using DataLab