separate: Expands all values with separators.

View source: R/separate.R

separateR Documentation

Expands all values with separators.

Description

Note that this is run by default on loading a dataset with cldf()

Usage

separate(cldfobj, separators = NULL)

Arguments

cldfobj

a CLDF Object

separators

a dataframe of separator values to replace (default=NULL).

Value

A cldf object

Examples

cldfobj <- cldf(system.file("extdata/huon", "cldf-metadata.json", package = "rcldf"))
cldfobj <- separate(cldfobj)

SimonGreenhill/rcldf documentation built on April 25, 2024, 8:27 a.m.