Hi everyone
I am a first time user.
I want to import my otu-table into R and I am having an issue with the command.
This is the command that used:
otu_table_p = read.table (C:/Users/User/Desktop/qiime2-1st/phyloseq/otu-table.csv(), header = TRUE, row.names = 1, sep = ",")
Can anyone help, please?
This is the error message:
Error: unexpected '/' in "otu_table_p = read.table (C:/"
Also, how do I match a package with a particular R studio version?