First of all, sorry for my English, I\'m translating with google translator
I have two df to which I apply fastLink
df1<-data.frame(col1=c("pruebaA
Assuming you have objects called pruebaA_df1, pruebaA_df2 .... pruebaA_df1000 in your environment, you can use Reduce as :
pruebaA_df1
pruebaA_df2
pruebaA_df1000
Reduce
result <- Reduce(prueba, mget(paste0('pruebaA_df', 1:1000)))