Entering edit mode
I am using a premade data set from a youtube tutorial video and it shows me FALSE, am I doing something wrong, which is resulting in the error of FALSE?
Code should be placed in three backticks as shown below
> all(colnames(counts_data)) %in% rownames(colData)
[1] FALSE
Warning message:
In all(colnames(counts_data)) :
coercing argument of type 'character' to logical