remove_source | R Documentation |
Remove the source code from functions so that caching works as
expected. This function is used internally to remove the source code from
functions in the .dgp_params
, .method_params
, and vary_across
components.
remove_source(x, cols = NULL)
x |
A tibble. |
cols |
Character vector of column names to potentially remove source code from. |
A tibble with the source code removed from functions in the specified columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.