Knitr - Error in usemethod(“round_any”): no applicable method for round_any applied
问题 I'm trying to output some of my code results in knitr. Now the strange thing is, the code generates the error in the title. But running round_any() seperately and outputting it in knitr is fine. knitr code ```{r, echo = FALSE, message=FALSE, warning=FALSE} source("BooliQuery.R") BooliQuery() ``` My code library(digest) library(stringi) library(jsonlite) library(plyr) BooliQuery <- function(area = "stockholm", type="lägenhet", sincesold = "", FUN = "", limit = 250, offset = 0, mode = 1) { #raw