prettify: Prettify tokenized output

View source: R/prettify.R

prettifyR Documentation

Prettify tokenized output

Description

Turns a single character column into features separating with delimiter.

Usage

prettify(df, into = get_dict_features("ipa"), col_select = seq_along(into))

Arguments

df

A data.frame that has feature column to be prettified.

into

Character vector that is used as column names of features.

col_select

Character or integer vector that will be kept in prettified features.

Value

A data.frame.


paithiov909/tangela documentation built on Dec. 1, 2023, 2:52 a.m.