psyteachr_ads Ch. 01

as.Date()

{base}

convert to date

sample()

{base}

randomly sample from vector

library()

{base}

load R packages

paste()

{base}

concatenate character vectors with space between elements

today()

{lubridate}

return the current date

Sys.Date()

{base}

return system date

The end!