Description Usage Arguments Examples
Converts a line value into a short text summary
1 | line_to_text(line = line)
|
line |
the numeric value of the line: 6, 7, 8 or 9 |
1 2 3 4 5 | generate_hexagram() |>
line_to_text()
generate_hexagram() |>
dplyr::mutate(text = line_to_text(line))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.