Execution interrupted

Asked

Viewed 14 times

0

I’m trying to run a script, but the following error is appearing: udunits system database read from C:/Users/André/Documents/R/win-library/4.1/udunits2/share/udunits/udunits2.xml summarise() has grouped output by 'UF'. You can override using the .groups argument. Quitting from Lines 42-129 (program.Rmd) Error: by must be supplied when x and y have no common variables. i use by = Character()` to perform a cross-Join.

Backtrace: x

  1. +-rmarkdown::render(...)
  2. | -knitr::Knit(knit_input, knit_output, send = send, quiet = quiet)
  3. | -knitr:::process_file(text, output)
  4. | +-basis::withCallingHandlers(...)
  5. | +-knitr:::process_group(group)
  6. | -knitr:::process_group.block(group)
  7. | -knitr:::call_block(x)
  8. | -knitr:::block_exec(params)
  9. | -knitr:::eng_r(options)
  10. | +-knitr:::in_dir(...)
  11. | -knitr:::(...)
  12. | -evaluate:(...)
  13. | -evaluate:::evaluate_call(...)
  14. | +-evaluate:::timing_fn(...)
  15. | +-basis::(...)
  16. | +-basis::withCallingHandlers(...)
  17. | +-base::withVisible(Eval(expr, envir, Nclos))
  18. | -basis::Eval(expr, envir, Enclos)
  19. | -basis::Eval(expr, envir, Enclos)
  20. +-dplyr::inner_join(code, vaccine)
  21. -dplyr:::inner_join.data.frame(code, vaccine)
  22. -dplyr::join_mutate(...)
  23. \-dplyr:::join_cols(...)
    
  24.   \-dplyr:::standardise_join_by(by, x_names = x_names, y_names = y_names)
    

Execution interrupted

Does anyone know what it can be?

  • Please edit the question to limit it to a specific problem with sufficient detail to identify an appropriate answer.

  • Please, I don’t usually use this help forum. I put the error the way it appears in the program. How could I edit the question? The error that prevents execution is that. Thank you very much.

  • What instructions gave this error? You can edit the question with the minimum code capable of reproducing it?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.