make_r3_from_csv_tb | R Documentation |
make_r3_from_csv_tb() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make ready4 submodule from comma separated variables file tibble. The function returns Tibble ready4 submodule (a ready4 submodule extension of tibble).
make_r3_from_csv_tb(csv_tb, r3_fn)
csv_tb |
Comma separated variables file (a tibble) |
r3_fn |
Ready4 submodule (a function) |
Tibble ready4 submodule (a ready4 submodule extension of tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.