Hi guys,
To extract the exact time from from given date as shown below:
Select cast(getdate() as time) [time]
To extract the exact time from from given date as shown below:
Select cast(getdate() as time) [time]
Read a data set from csv file.. x <- read.csv(file.choose(),header=TRUE) here x is the R data set vaiable.
No comments:
Post a Comment