cast_time: cast_time

View source: R/cast_time.R

cast_timeR Documentation

cast_time

Description

Explicitly convert a string to a number and format as datetime or time

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.inference.html

Usage

cast_time(value, ...)

Arguments

value

value

...

Additional arguments, i.e. kwargs.

Value

An Python "datetime.time" object.

Examples

## Not run: 
cast_time(value = "00:00:01")

## End(Not run)


xlcharts documentation built on May 29, 2024, 7:58 a.m.