I have a question following this one:
[https://stackoverflow.com/questions/23807021/how-to-do-in-r-load-an-image-file-print-text-on-image-save-modified-image?newreg=e5fd5fe38b78428caa9e3df718565527][1]
So I have one image and a list of phrases. How can I loop over each row of the table, where I have my phrases/questions?) applying all the functions of the previous question (they work great for my purpose)?
so let's say
img <- readPNG("globe.png")
text <- c("question_1", "question_2", "question_3", "question_4")````
I just can't make the loop work :(
I am thankful for your help
[1]: https://stackoverflow.com/questions/23807021/how-to-do-in-r-load-an-image-file-print-text-on-image-save-modified-image?newreg=e5fd5fe38b78428caa9e3df718565527