powered by
Return a subset of the crosswalk table containing codemeta properties and matching column
crosswalk_table(from, to = NULL, full_crosswalk = NULL, trim = TRUE)
the name of a column in the crosswalk table to map from.
the name of one or more columns in the crosswalk table to map into
Path or URL (requires internet!) of the full crosswalk table.
drop rows giving properties not found in the 'from' column?
a tibble containing the trimmed crosswalk table, listing property (in CodeMeta), and the corresponding terms in both from and to columns.
# NOT RUN { crosswalk_table(from = "GitHub", to = c("Zenodo", "Figshare")) # }
Run the code above in your browser using DataLab