Title: | Coloring for Categorical Variables |
---|---|
Description: | What the package does (one paragraph). |
Authors: | Shinya Uryu [aut, cre] |
Maintainer: | Shinya Uryu <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9000 |
Built: | 2024-11-18 03:08:01 UTC |
Source: | https://github.com/uribo/marble |
Word coloring according to part of speech
sazareishi(x, elem = "text", ...) sazareishi_to_df(df, token = token, pos = pos, ...)
sazareishi(x, elem = "text", ...) sazareishi_to_df(df, token = token, pos = pos, ...)
x |
character vector |
elem |
path to emphatic's hl_vec(elem = ...). "text" or "fill". |
... |
Arguments passed on to |
df |
data.frame |
token |
name for token variable |
pos |
name for part of speech variable |