Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Recursively list files and directories

  • list.dirs
  • list.files
list.dirs(".", recursive=FALSE)  # recursive defaults to TRUE

list.files(".", recursive=TRUE)  # recursive defaults to FALSE