Brian Norman Peña Calero

Results 14 issues of Brian Norman Peña Calero

I am in windows and I have a certain folder structure. I have a database that I try to import with `readxl::read_excel(`), however I get the following error: ``` Error...

filepaths 📁

I'm not sure if this is the right place. I was wondering if it would be possible to resolve the `formatOnType` for quarto from here or `vscode-R`, rather than from...

I don't quite understand why it doesn't work ``` r library(dplyr) library(reactibble) full_join.reactibble( as_reactibble(iris) %>% select(Species, Sepal.Length), as_reactibble(iris) %>% select(Species, Sepal.Width), by = "Species" ) #> Error in NextMethod(): no...

Would it be possible that path-intellisense.mappings can directly suggest the folder listing in the workspace as soon as the quotes are opened? ``` "path-intellisense.mappings": { "": "${workspaceFolder}", "./": "${workspaceFolder}", "lib":...