Learn R Programming

eply (version 0.1.2)

Apply a Function Over Expressions

Description

Evaluate a function over a data frame of expressions.

Copy Link

Version

Install

install.packages('eply')

Monthly Downloads

271

Version

0.1.2

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Landau William

Last Published

April 6th, 2018

Functions in eply (0.1.2)

unquote

Function unquote
evals

Function evals
example.with

example.with
quotes

Function quotes
eply

Function eply
help_eply

Function help_eply
strings

Function strings
eply-package

The eply package provides ways to call eval(parse(text = ...)) in bulk. The evals() function is a vectorized version of eval(parse(text = ...)). eply() is like apply(MARGIN = 1) except that the elements of each row are eval(parse(text = ...))'ed before being supplied to the function.
example.expr

example.expr
example.fun

example.fun