First, check the requirements!
Do you have a python3
installation?
In case you face issues installing any package on Windows
You need to install RTools:
https://cran.rstudio.com/bin/windows/Rtools/
Again, on Windows, please check
download.file("https://cran.rstudio.com/src/contrib/PACKAGES", "text.txt")
In download.file( […] )
‘SSL connect error’
If you see that message, enter:
options("download.file.method"="wininet")
kmeans
clusteringkmeans
) does use ?
to access its
documentation (i.e. ?kmeans
)The last command in the kmeans
task was the
caret::featurePlot
.
What does it visualize?