diff --git a/inst/pages/import.qmd b/inst/pages/import.qmd index 6d8820d6..3ee06c9c 100644 --- a/inst/pages/import.qmd +++ b/inst/pages/import.qmd @@ -109,7 +109,7 @@ sample_meta <- read.csv( # Add this sample data to colData of the taxonomic data object # Note that the samples in the sample data must be in the same order as -in the original biom file and that data must be given in a DataFrame format +# in the original biom file and that data must be given in a DataFrame format colData(tse) <- DataFrame(sample_meta) ```