Skip to contents

Convert `ts` to tibbletime object

Usage

as_tbt(ts, time_col = "time", val_col = "x")

Arguments

ts

A `ts` object.

time_col

A character. Column name for time (default: "time").

val_col

A character. Column name for value (default: "x").

Value

A tbl_time object.