Coding and workflows

locate files relative to your project root directory

here()

{here}

set working directory

setwd()

{base}

return working directory

getwd()

{base}

return system date

Sys.Date()

{base}

assignment operator

<-

{base}

The end!