Coding and workflows

here()

{here}

locate files relative to your project root directory

Sys.Date()

{base}

return system date

setwd()

{base}

set working directory

<-

{base}

assignment operator

getwd()

{base}

return working directory

The end!