Description Usage Arguments Value
View source: R/seperate_date_and_time.R
This function can in principle seperate any amalgamated character vector column member of the data frame where elements are sepearted by " " space.
| 1 | seperate_date_and_time(df, column_specifying_data)
 | 
| df | Input data frame. | 
| column_specifying_data | Either a boolean with single TRUE case or a single numeric indicating what column is has date and time. | 
An updated data frame where data-time column are seperate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.