Things seem to be fine until line 28, when I attempt to actually call the randomForest method. I'm new to R and am still getting used to the language.
The code is listed below:
{
install.packages("randomForest")
install.packages("biom")
install.packages("rjson")
library(randomForest)
library(MASS)
library(biom)
library(rjson)
getwd()
file.exists("Subramanian_et_al_otu_table.biom")
Subramanian_et_al_otu_table