Skip to content

atusy/felp

Repository files navigation

CRAN status Total downloads Monthly downloads R-CMD-check

felp

felp is a short of functional help, and provides

Installation

From CRAN

install.packages("felp")

From GitHub

source("https://install-github.me/atusy/felp")

Features

Fuzzy search and preview of help

with fuzzyhelp() or "Fuzzy Search on R Help" RStudio Addin

Fuzzy search and preview of help

Enhanced alternatives of base features

# ? operator
?help
?utils::help

# ?. pseudo postfix operator for functions and objects
help?.
utils::help?.

# ?p pseudo postfix operator for packages
utils?p

# felp as an extention of utils::help
felp(help)
felp("help")
felp(utils::help)
felp(help, utils)
felp(package = utils)

About

Functional Help for Functions, Objects, and Packages

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages