magic_for: Magicalize for()

Description Usage Arguments

Description

Magicalize for()

Usage

1
2
magic_for(func = put, progress = FALSE, test = FALSE, silent = FALSE,
  temporary = FALSE, max_object_size = 1 * MB)

Arguments

func

function name. The target function for magicalization.

progress

logical. If TRUE, show progress bar.

test

logical or a number. If TRUE or a number, limit iteration times to it.

silent

logical. If TRUE, do not execute func. Usually, func is print something.

temporary

logical. If TRUE, once run for(), free magicalization.

max_object_size

a number. Prevent to store large iterator. Default to 1 MB.


hoxo-m/magicfor documentation built on May 17, 2019, 4:53 p.m.