0

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.

  • There is no function `pipeline` in `dplyr`. The pipe is `%>%` and comes from `magrittr` package. Also, why did you add a `jupyter` tag? – Sotos May 10 '23 at 08:14
  • To my knowledge, there is no such function `pipeline` in the tidyverse collection. – mhovd May 10 '23 at 08:16
  • Can you include a link to the documentation describing `pipeline` in `dplyr`? Might be a version problem. Doesn't seem to be in the version of `dplyr` I have installed. – Mhairi McNeill May 10 '23 at 08:16
  • I also have loaded the Magrittr package but it still not working – wilkohollie May 10 '23 at 08:18
  • it says part of the R package, https://www.R-project.org – wilkohollie May 10 '23 at 08:23
  • I can go into he folder and see all of the commands in the Magrittr package and it does not seem to be present. Will I need to return to the older version of R? – wilkohollie May 10 '23 at 08:27

0 Answers0