Queer European MD passionate about IT
Selaa lähdekoodia

Update Mission498Solutions.Rmd

Casey Bates 2 vuotta sitten
vanhempi
sitoutus
d0cb3a29ea
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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]]))
 }
 ```