Description Usage Arguments Examples
If package is already install then load it else install and load. Some collection are available: - "base": include some usefull basic packages, - "graph": include vizualisation tools, - "analyse" include machine learning tools.
1 | tidysession(lst = li, select = c("base", "graph", "analyse"))
|
lst |
package names vector |
select |
load package list(s) |
1 2 | tidysession(lst = c("dplyr"))
tidysession(select = c("base", "graph", "analyse"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.