time_chunk: Time chunk

Description Usage Arguments Details Examples

View source: R/time_chunk.R

Description

This function is used to control execution time when running long simulations. Only GNU/Linux with libnotify macOS are supported right now.

Usage

1

Arguments

call

Any (?) R call

Details

The function does the following things:

Examples

1
2
time_chunk(print("hello world"))
time_chunk(a <- seq(1:10000))

aldomann/alfR documentation built on May 15, 2020, 8:08 p.m.