inconsistences -> inconsistencies (#527)
This commit is contained in:
		
				
					committed by
					
						
						Hadley Wickham
					
				
			
			
				
	
			
			
			
						parent
						
							3ae67d3862
						
					
				
				
					commit
					f91ab68bf2
				
			@@ -8,7 +8,7 @@ Vectors are particularly important as most of the functions you will write will
 | 
			
		||||
 | 
			
		||||
### Prerequisites
 | 
			
		||||
 | 
			
		||||
The focus of this chapter is on base R data structures, so it isn't essential to load any packages. We will, however, use a handful of functions from the __purrr__ package to avoid some inconsistences in base R.
 | 
			
		||||
The focus of this chapter is on base R data structures, so it isn't essential to load any packages. We will, however, use a handful of functions from the __purrr__ package to avoid some inconsistencies in base R.
 | 
			
		||||
 | 
			
		||||
```{r setup, message = FALSE}
 | 
			
		||||
library(tidyverse)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user