# NOT RUN {
# Make sure you have your working directory set to where you want to
# create the course.
setwd(file.path("~", "Developer", "swirl_courses"))
# Make a new course with a new lesson
new_lesson("How to use pnorm", "Normal Distribution Functions in R")
# Make a new lesson in an existing course
new_lesson("How to use qnorm", "Normal Distribution Functions in R")
# }
Run the code above in your browser using DataLab