We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6c4fc commit ee6d906Copy full SHA for ee6d906
articles/machine-learning/data-science-virtual-machine/linux-dsvm-walkthrough.md
@@ -97,9 +97,8 @@ For a different view of the data:
97
98
```R
99
str(data)
100
-```r
101
-
102
```
+
103
This view shows you the type of each variable and the first few values in the dataset.
104
105
The **spam** column was read as an integer, but it's actually a categorical variable (or factor). To set its type:
0 commit comments