atusy / felp

Functional Help for Functions, Objects, and Packages

Home Page:https://felp.atusy.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRAN status Total downloads Monthly downloads R-CMD-check

felp

felp is a short of functional help, and provides

  • fuzzy search and preview of help with fuzzyhelp function or "Fuzzy Search on R Help" RStudio Addin
  • the ?. pseudo-post fix operator to simultaneously display a help document and a structure of an object
  • the ?p pseudo-post fix operator to display document of a package

and more in Syntax and Get started

Installation

From CRAN

install.packages("felp")

From GitHub

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

Syntax

# ? 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

https://felp.atusy.net

License:Other


Languages

Language:R 100.0%