Movatterモバイル変換


[0]ホーム

URL:


CRAN statusTotal downloadsMonthly downloadsR-CMD-check

felp

felp is a short offunctionalhelp, and provides

Installation

From CRAN

install.packages("felp")

From GitHub

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

Features

Fuzzy search and preview ofhelp

withfelp::fuzzyhelp() or “Fuzzy Search on R Help”RStudio Addin:

Fuzzy search and preview of help

This feature is aShiny app andis also available online athttps://atusy.shinyapps.io/fuzzyhelp/. Note that somefeatures are disabled in the online version (e.g., links between helptopics and syntax highlights). Also, the online version has a limit onthe number of available packages (tidyverse +felp).

There is also a similar project athttps://helpr.atusy.net/ based onWebR. The maindifferences are appearance and the number of available packages.WebR-based projectsupports installing any package on CRAN. Once you type{{ packageName }}:: (e.g.,dplyr::),WebR installs thepackage and you can find help topics in the package (e.g.,dplyr::mutate).

Enhanced alternatives ofbase features

library(felp)# ? operator?help?utils::help# ?. pseudo postfix operator for functions and objectshelp?.utils::help?.# ?p pseudo postfix operator for packagesutils?p# felp as an extention of utils::helpfelp(help)felp("help")felp(utils::help)felp(help, utils)felp(package = utils)

[8]ページ先頭

©2009-2025 Movatter.jp