mutate_excel_date: Get all the trait variables of fieldbooks, excluding all the...

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

When you import dates from Excel, it is quite common that some error or format issues happen. So, this function changes from yyyy/mm/dd to ddd/mm/yyyy.

Usage

1
mutate_excel_date(date_value)

Arguments

date_value

A date to be fixed when you import dates from Excel

Value

A fixed date

Author(s)

omar benites

Examples

1
2
3
4
5
## Not run: 
# The data
fix_excel_date(date_value="2013-05-22")

## End(Not run) 

omarbenites/traittools documentation built on Dec. 24, 2019, 5:33 a.m.