# NOT RUN {
# Make directory from working directory
mkdir("toad")
## This assumes the computer is on Windows and the C drive exists.
# Make directory from absolute path
mkdir("C:/path/to/dir/toad")
# }
Run the code above in your browser using DataLab