Nothing
felp
is a short of functional help, and provides
fuzzyhelp
function or "Fuzzy Search on R Help" RStudio Addin?.
pseudo-post fix operator to simultaneously display a help document
and a structure of an object?p
pseudo-post fix operator to display document of a packageand more in Syntax and Get started
install.packages("felp")
source("https://install-github.me/atusy/felp")
# ? 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)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.