Queer European MD passionate about IT
Procházet zdrojové kódy

Merge pull request #161 from dataquestio/fix/casey/498_solutions

Update Mission498Solutions.Rmd
Casey Bates před 2 roky
rodič
revize
221bf43fe7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Mission498Solutions.Rmd

+ 1 - 1
Mission498Solutions.Rmd

@@ -20,7 +20,7 @@ colnames(reviews)
 
 # What are the column types?
 for (c in colnames(reviews)) {
-  typeof(reviews[[c]])
+  print(typeof(reviews[[c]]))
 }
 ```