Here at Tenth Percentile, we celebrate the fact that we all start from square one and believe that data analysis should be straightforward and approachable. In the spirit of the open-source model, we provide tutorials and troubleshooting guides to simplify the learning process.
Recent Posts
The magic of paste0 & sqldf
January 28, 2023
Utilize the paste0 function to paste pre-set values into a string and then pass that string into a sqldf query.
Using SQL in R
January 27, 2023
Thanks to the sqldf package, using SQL in R to analyze & transform data is seamless. This post offers a tutorial & best practices.
Remove decimal from column in R
February 2, 2024
To remove a decimal from a column or the entire data frame in R, we can use str_replace from the tidyverse.