You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
str(nordic$country) returns character type not factor: chr [1:3] "Denmark" "Sweden" "Norway" , so the flow of the text does not quite make sense. This could possibly be remedied just by removing the line
The text was updated successfully, but these errors were encountered:
cengel
changed the title
Episode 3 data Structures part 1: reword section under Factors
Episode 3 Data Structures: reword section under Factors
May 30, 2021
str(nordic$country)
returns character type not factor:chr [1:3] "Denmark" "Sweden" "Norway"
, so the flow of the text does not quite make sense. This could possibly be remedied just by removing the line"These make sense. But what about"
r-intro-geospatial/_episodes_rmd/03-data-structures-part1.Rmd
Line 308 in 3ae8234
The text was updated successfully, but these errors were encountered: