Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

chunkexpr

Chunk an expression


Description

chunkexpr replaces variables in an expression with a indexed version. It main use it to rewrite "normal" R expression into chunked versions that can be evaluated in a chunked-for-loop.

Usage

chunkexpr(expr, x = all.vars(expr), i = ".i", prefix = "")

Arguments

expr

expression vector or language object

x

character with variables to be chunked

i

name of index that will be used in the for loop, typically a ri or hi.

prefix

prefix for variables to be replaced.


ffbase

Basic Statistical Functions for Package 'ff'

v0.13.3
GPL-3
Authors
Edwin de Jonge, Jan Wijffels, Jan van der Laan
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.