to_tibble: Function to convert activity to tibble

Description Usage Arguments

View source: R/Helpers.R

Description

Function to convert activity to tibble

Function to convert gains to tibble

Function to convert object to tibble

Default to tibble behavior

Function to convert income to tibble

Function to convert trade to tibble

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## S3 method for class 'activity'
to_tibble(x, ...)

## S3 method for class 'gains'
to_tibble(x, ...)

to_tibble(x, ...)

## Default S3 method:
to_tibble(x, ...)

## S3 method for class 'income'
to_tibble(x, ...)

## S3 method for class 'trade'
to_tibble(x, ...)

Arguments

x

trade object

...

additional arguments. not currently implemented


chrishaarstick/madstork documentation built on Jan. 3, 2022, 8:34 p.m.