query about 'help with loop to write out all data frames in memory to csv files'

in @technocrat 's answer in this post, there is a line:

f_names <- make_file_names(names(obj_list))

which returns an error message >

Error in make_file_names(names(obj_list)) :

could not find function "make_file_names"

Is the function obsolete, or is there a package required in addition to tidyverse and here?

the definition is given within the same linked post
it is

make_file_names <- function(x) paste0(target_directory,x,".csv")
1 Like

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.