The goal of 'lazyu' is to collect my often-used R functions into a package ..., i.e. to reduce the use of source().
You can install the released version of lazyu from CRAN with:
install.packages("lazyu")
You can also install the dev-version of lazyu from github with:
# install.packages("devtools")
devtools::install_github("kang-yu/lazyu")
This is a basic example which shows you how to how to open a directory from r cmd line:
## open the current work dir
explorer(getwd())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.