From eb0efa01af516002417b51e51deb03dbde265f74 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Wed, 12 Oct 2016 10:26:50 -0400 Subject: [PATCH] Update workflow-basics.Rmd (#466) --- workflow-basics.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-basics.Rmd b/workflow-basics.Rmd index 96ccbe3..46d0fd6 100644 --- a/workflow-basics.Rmd +++ b/workflow-basics.Rmd @@ -1,6 +1,6 @@ # Workflow: basics -You now have some experience running R code. I didn't give you many details, but you've obviously figured out the basics, or you would've thrown this book away in frustration! Frustration is natural when you start programming in R, because it is such a stickler for punctuation, and even one character out of place will cause it to complain. But while you should expect to be a little frustrated, take comfort in that it's both typical and temporary: It happens to everyone, and the only way to get over it is to keep trying. +You now have some experience running R code. I didn't give you many details, but you've obviously figured out the basics, or you would've thrown this book away in frustration! Frustration is natural when you start programming in R, because it is such a stickler for punctuation, and even one character out of place will cause it to complain. But while you should expect to be a little frustrated, take comfort in that it's both typical and temporary: it happens to everyone, and the only way to get over it is to keep trying. Before we go any further, let's make sure you've got a solid foundation in running R code, and that you know about some of the most helpful RStudio features.