Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

purrr is better than eply! Please use purrr.

NotificationsYou must be signed in to change notification settings

wlandau/eply

Repository files navigation

purrr is a much better package for this use case thaneply. Please usepurrr.

eply

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

Theeply package processes batches of quoted expressions. Just asapply() acts on data frames of function arguments,eply() acts on data frames of quotedexpressions thatreturn arguments. The package also hasevals(), which simply evaluates a character vector of quoted expressions, plus some nice utilities.

Installation

First, ensure thatR is installed, as well as the dependencies in theDESCRIPTION. To install thelatest CRAN release, run

install.packages("eply")

To install the development version, get thedevtools package and then run

devtools::install_github("wlandau/eply",build=TRUE)

Alternatively, download the source, unzip it, and install it locally.

devtools::install_local("eply",build=TRUE)

Tutorial

Theonline package vignette has a complete tutorial. You can the load the compiled version from an R session.

vignette("eply")

Help and troubleshooting

Use thehelp_eply() function to obtain a collection of helpful links. For troubleshooting, please refer toTROUBLESHOOTING.md on theGitHub page for instructions.

About

purrr is better than eply! Please use purrr.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp