toggle_mclapply: Insert the arguments of a loop into the script

View source: R/rstudio-toggle_subsections.R

toggle_mclapplyR Documentation

Insert the arguments of a loop into the script

Description

for (a in 1:3) gets turned into

Usage

toggle_mclapply()

Details

a <- (1:3)[1] for (a in 1:3)

This is handy for developing and debugging a loop

Value

NULL. Modifies the document

Author(s)

Daniel Lill (daniel.lill@intiquan.com)


dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.