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
- +-rmarkdown::render(...)
- | -knitr::Knit(knit_input, knit_output, send = send, quiet = quiet)
- | -knitr:::process_file(text, output)
- | +-basis::withCallingHandlers(...)
- | +-knitr:::process_group(group)
- | -knitr:::process_group.block(group)
- | -knitr:::call_block(x)
- | -knitr:::block_exec(params)
- | -knitr:::eng_r(options)
- | +-knitr:::in_dir(...)
- | -knitr:::(...)
- | -evaluate:(...)
- | -evaluate:::evaluate_call(...)
- | +-evaluate:::timing_fn(...)
- | +-basis::(...)
- | +-basis::withCallingHandlers(...)
- | +-base::withVisible(Eval(expr, envir, Nclos))
- | -basis::Eval(expr, envir, Enclos)
- | -basis::Eval(expr, envir, Enclos)
- +-dplyr::inner_join(code, vaccine)
- -dplyr:::inner_join.data.frame(code, vaccine)
- -dplyr::join_mutate(...)
-
\-dplyr:::join_cols(...)
-
\-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.
– André Felipe da Silva
What instructions gave this error? You can edit the question with the minimum code capable of reproducing it?
– Rui Barradas