David
David
The issue has been solved by adding a figure named hopr_0104edited.png and changing the line 263 of basics.rmd: * from: knitr::include_graphics("images/hopr_0104.png") * to: knitr::include_graphics("images/hopr_0104edited.png") Resulting in: 
1-Adding a missing " in chapter annotations 2-Adapting a code chunk options to quarto format in chapter scales-colour
Update translation code to fulfill the new requirement added to translate_sql to always have con.
## Translated Cheatsheet Information Cheatsheet Name: data-transformation Language: Spanish Your Name (David Díaz Rodríguez): Date created/updated (05-2024): #### Check that you have done the following: - [x] Added the [language...
Previous explanation > To understand what's going on, think about `NA | TRUE` (`NA` or `TRUE`). A missing value in a logical vector means that the value could either be...
It could be very handy to have **not** filters for all available filters. Just like **is null**-**is not null** and **is equal**-**is not equal**. When filtering text columns could be...
This resource provides a solid foundation for understanding the basic aspects of using Git and GitHub for version control and collaboration in data science projects. However, it could be enhanced...
I think a good feature could be making possibly to create or add modules using UI. I have thinked of several possibilities: - Adding extension on the left bar. -...
I have encounter with the necessity of joining several tibbles, which i have nested in a list. This can be easily done using `reduce` function from `purrr` package: ```{r} library(dplyr)...