make_additions_tb | R Documentation |
make_additions_tb() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make additions tibble. The function returns Additions (a tibble).
make_additions_tb(
category_chr = character(0),
library_chr = character(0),
type_chr = character(0),
url_stub_1L_chr = "https://ready4-dev.github.io/"
)
category_chr |
Category (a character vector), Default: character(0) |
library_chr |
Library (a character vector), Default: character(0) |
type_chr |
Type (a character vector), Default: character(0) |
url_stub_1L_chr |
Url stub (a character vector of length one), Default: 'https://ready4-dev.github.io/' |
Additions (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.