I have installed and loaded all of the tidyverse libraries which should include the 'pipeline' function in dplyr. When I try and run the following command:
data_frame_list = pipeline(input_file= file_name, input_list = data_frame_list
I get a traceback error:
'error in pipeline: could not find function 'pipeline'
I have loaded and installed all of the tidyverse packages and am in R version 4.2.