Hi,
i'm totally new to RStudio. So I hope you can help me with my problem:
I have loaded a csv-file into RStudio which includes data about the
- year
- month
- day
- hour
- minute
- second
in separate columns.
Now I have to create a new column bringing all these before mentioned columns together in a time stamp.
I already installed the lubridate-package and I know that I have to use the command yms_hms(), but I'm not sure what exactly to include into the brackets in order to bring the data from the different columns together.
Maybe it isn't that difficult, but I just can't find a solution.
Thanks for your help!