jul_day: Create julian day from date time column

Description Usage Arguments Value Examples

Description

Create julian day from date time column

Usage

1
jul_day(dt_col)

Arguments

dt_col

Vector of dates

Value

vector of integers

Examples

1
2
3
4
5
tst <- tibble::tibble(
  dates = Sys.time()
)

jul_day(tst$dates)

Huh/CamoMismatch documentation built on May 20, 2019, 4:25 p.m.