powered by
Turns a single character column into features separating with delimiter.
prettify( tbl, col = "feature", into = get_dict_features("ipa"), col_select = seq_along(into), delim = "," )
A data.frame.
A data.frame that has feature column to be prettified.
Column name where to be prettified.
Character vector that is used as column names of features.
Character or integer vector that will be kept in prettified features.
Character scalar used to separate fields within a feature.
prettify( data.frame(x = c("x,y", "y,z", "z,x")), col = "x", into = c("a", "b"), col_select = "b" )
Run the code above in your browser using DataLab