R Basic Data Management
Working with date values in R
R has rich resources of functions dealing with date values in data analysis. In this post, we introduce and show how to use as.Date() function for working with data values in R. as.Date() accepts a string input with specific format and transform the value to a date object in R.