system_time: Version of 'system.time()' that works with assignment

View source: R/system_time.R

system_timeR Documentation

Version of system.time() that works with assignment

Description

Print CPU (and other) times that expr used, return value of expr

Usage

system_time(expr)

Arguments

expr

Valid R expression to be timed, evaluated and returned

Value

Result of evaluating expr


farr documentation built on May 29, 2024, 6:41 a.m.