Hi,
I am trying to read a .rds file and throwing error with a few rows. Don't know what it is and how to resolve. Please help solving the issue. I have given the link of my "factorList" file.
https://drive.google.com/drive/folders/1suTacX_ed6JNk-86pscR8sCJzSmJ5nNE?msclkid=4816425dd04111ec912cf8b4175aa93c
'''
factorList <- readRDS(file.path(dir_ls$input_dir, 'static', 'factorList.rds'))
view(factorList)
'''
When I run this code to see the FactorList file, it throws the error. I have copied from another folder and placed it again in the folder but still throws the same error and don't know how to resolve it.
Error: Error in (function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, : **
** arguments imply differing number of rows: 36, 698, 50