Hello Posit community,
If possible, I would really like help with How to rectify Error in links when I input this code please (I'm not sure what the error means - Thanks):
keep getting this error
"58% done (step 3 of 8)Error in links[!is.na(links[, "Filename"]), "Filename"] <- nn :
number of items to replace is not a multiple of replacement length"
It's not clear what packages contain the functions you're using โ could you let folks here know what they are? And could you tell us more about the objects used in your code, like xsc, x, xnp, and outPath?
Hey,
Can you create an example so we can replicate the error? I know errors are frustrating but the code in a repex format (reprex-ing with {datapasta} ๐ ยท Mara Averick) or a simulated data frame with the error would make this question a lot easier to help with. Also, chatGPT is pretty decent at breaking down errors, even like the format you posted here.