Queer European MD passionate about IT
소스 검색

Update Mission498Solutions.Rmd

Casey Bates 2 년 전
부모
커밋
d0cb3a29ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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]]))
 }
 ```