Hello,
when I used this code to prepend a path to a list of images
indexok <- lapply(indexok,gsub(" ","",paste("~/datasciencelocal/TaiChi/pngs",indexok)))
it gave an error : ~/datasciencelocal/TaiChi/pngs/NULL
when i gave in with indexok[1] is gave instead of NULL the correct filename: ~/datasciencelocal/TaiChi/pngs/1.png
Is it normal? what did i wrong?
Kind regards, thx for helping me,
Robbe