Skip to content

luisvalesilva/silvar

Repository files navigation

Build Status codecov

silvar

My personal R package

Compilation of miscellaneous functions I like to keep at hand.

Installation

Install directly from the source code on GitHub. Requires Hadley Wickham's devtools R package:

install.packages("devtools")
devtools::install_github("luisvalesilva/silvar")

Docs

You can find the documentation website at luisvalesilva.com/silvar.

Function documentation is accessible within R in the standard way, by typing one of the following:

help("function_name")

?function_name

You can also get the list of included functions directly within R using one of the following:

ls("package:silvar")   # List function names

lsf.str("package:silvar")   # List function names and their arguments

For a short description of the process of creating an R package, check out my blog post about it.

Releases

No releases published

Packages

No packages published

Languages