README.md

lazyu

The goal of 'lazyu' is to collect my often-used R functions into a package ..., i.e. to reduce the use of source().

Installation

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")

Example

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())


kang-yu/lazyu documentation built on May 30, 2019, 11:42 a.m.