Learn R Programming

chronicler (version 0.2.2)

as_chronicle: Coerce an object to a chronicle object.

Description

Coerce an object to a chronicle object.

Usage

as_chronicle(.x, .log_df = data.frame())

Value

Returns a chronicle object with the object as the $value.

Arguments

.x

Any object.

.log_df

Used internally, the user does need to interact with it. Defaults to an empty data frame.

Examples

Run this code
as_chronicle(3)

Run the code above in your browser using DataLab