Description Usage Arguments Examples
The function removes English day names, and English ordinal numbers such
as 1st, 2nd, 3rd, 24th are changed to cardinal
numbers 1, 2, 3, 24, etc.
1 | rescale_date_interview(column, return_class = "Date")
|
column |
A column from a survey data where the date of interview is recorded. |
return_class |
Default is |
1 2 3 4 | rescale_date_interview (column =
c("Saturday 26th April 2014",
"Monday 28th April 2014"),
return_class = "character")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.