fix a typo in workflow-projects.Rmd (#518)
This commit is contained in:
		
				
					committed by
					
						
						Hadley Wickham
					
				
			
			
				
	
			
			
			
						parent
						
							b104592606
						
					
				
				
					commit
					41ebabf255
				
			@@ -63,7 +63,7 @@ Paths and directories are a little complicated because there are two basic style
 | 
			
		||||
    (no matter what platform you're currently using), but unfortunately, 
 | 
			
		||||
    backslashes mean something special to R, and to get a single backslash 
 | 
			
		||||
    in the path, you need to type two backslashes! That makes life frustrating, 
 | 
			
		||||
    so I recommend always using the Linux/Max style with forward slashes.
 | 
			
		||||
    so I recommend always using the Linux/Mac style with forward slashes.
 | 
			
		||||
 | 
			
		||||
1.  Absolute paths (i.e. paths that point to the same place regardless of 
 | 
			
		||||
    your working directory) look different. In Windows they start with a drive
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user