Arguments imply differing number of rows: 15, 12
问题 i am stuck with this problem in R code please help me I am trying to create a miodin project and then read a file to dataframe so when i insert the file to the project folder it shows the following error arguments imply differing number of rows: 15, 12 Here is my code library(miodin) mp <- MiodinProject( name = "MyProject", author = "lee", path ="." ) countTable <- read.table(paste0("data/",'seq.txt'), header = TRUE, sep = '\t', stringsAsFactors = FALSE ) sampleTable <- data.frame( SampleName