README.md

Find, Post, Share Examples of usage R packages and functions at R-HOW.COM

Install

devtools::install_github("evgeniikonev/rhow_dev")
remove.packages("rhow")

Use

Select text with function or name of package and hit Ctr+Alt+H

Example

Next line read file by fread function from data.table package.

library(data.table)
df <- fread("~/some_file.csv")

If you want view help page about fread frunction, just select text in line with fread and hit Ctr+Alt+H

It's so simple Your grandma could do it!



evgeniikonev/rhow_dev documentation built on May 16, 2019, 9:40 a.m.