R bloggers

Shapefile must… be replaced

June 1, 2024 | Jakub Nowosad

The ESRI Shapefile format is possibly the most popular data format for storing spatial vector data. It is well-established, widely supported, and can be used in most GIS software. At the same time, it has many shortcomings and limitations: it is ... [Read more...]

RStudio Shortcuts and Settings

June 1, 2024 | Albert Rapp

RStudio is the premier way to write R code. It is very user-friendly as it’s super easy to set up. But it also has a lot of pretty advanced features. In today’s blog post I’ll give you a list of my favorite RStudio tricks and shortcuts. If ... [Read more...]

One More Step Forward: The R Consortium Submission Working Group’s Presentation to Swissmedic on Regulatory Submission using R and Shiny

May 29, 2024 | R Consortium

This post was authored by Gregory Chen, Biostatistics and Research Decision Sciences (BARDS), MSD, Switzerland, and Ning Leng, Product Development Data Sciences (PDD), F. Hoffmann-La Roche, USA On January 30,... The post One More Step Forward: The R Consortium Submission Working Group’s Presentation to Swissmedic on Regulatory Submission using R ...
[Read more...]

Iterative Square Root

May 28, 2024 | Jonathan Carroll

I saw a toot celebrating a short, clean implementation of a square root finding algorithm and wanted to dig a bit deeper into how it works, with a diversion into some APL. This was the toot from Jim Gardner Doubly pleased with myself. Been doing the Tour of Go. Got ... [Read more...]

PowerQuery Puzzle solved with R

May 28, 2024 | Numbers around us

#185–186PuzzlesAuthor: ExcelBIAll files (xlsx with puzzle and R with solution) for each and every puzzle are available on my Github. Enjoy.Today we need to add index for employees. De facto, we need to assign them their number in order of their occuran...
[Read more...]

Replace first match in R

May 27, 2024 | R Archives » Data Science Tutorials

The post Replace first match in R appeared first on Data Science Tutorials Unravel the Future: Dive Deep into the World of Data Science Today! Data Science Tutorials. Replace first match in R, This article explains how to replace patterns in characters in R using the sub() and gsub() functions. ... [Read more...]
1 40 41 42 43 44 2,003

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)