Learn R Programming

xlcharts (version 0.0.1)

cast_time: 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, ...)

Value

An Python "datetime.time" object.

Arguments

value

value

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
cast_time(value = "00:00:01")
}

Run the code above in your browser using DataLab