step_time: step_time

View source: R/step_time.R

step_timeR Documentation

step_time

Description

Function to print a step and time. Step is by default with 2 digits

Usage

step_time(step = 0, digits = 2)

Arguments

step

double, representing the step.

digits

int, number of digits we will write down

Value

String, with step number and the date + time

Examples

step_time(1.1)

bronnimannj/jbutilities documentation built on July 2, 2023, 4:09 p.m.