Try out the following R functions which are very useful.
mean(Nurses$Hours_Mon)
## [1] 3.5
sd(Nurses$Hours_Mon)
## [1] 1.290994