April 2022

Shiny Workshops and Tutorials – Appsilon Shiny Conference

April 21, 2022 | Appsilon

The Appsilon Shiny Conference begins next week! And yes, there’s still time to register at the Shiny Conference Hopin! Whether a Shiny beginner or an experienced web developer, the Shiny Conference is one event you won’t want to miss. Level up your domain knowledge with introductory workshops and ...
[Read more...]

Loading a large, messy csv using data.table fread with cli tools

April 20, 2022 | R on Redwall Analytics

Setup
library(data.table)
library(here)
## here() starts at /Users/davidlucey/Desktop/David/Projects/redwall-analytics
library(glue)
## Warning: package 'glue' was built under R version 4.1.2
library(tictoc)
setDTthreads(percent = 90)
path_to_data <- "~/Desktop/David/Projects/uscompanies/data"
path_to_original <- here::here(path_to_data, "uscompanieslist.csv")
Introduction On a recent side project, we encountered a large (7GB) csv of 30+ million US business names and addresses, which couldn’t be loaded into R, because of corrupted records. While not widely discussed, we have known for some time that it was possible ...
[Read more...]

riddle of the week

April 20, 2022 | xi'an

The Riddler of April 1 offered this simple question: start with the number 1 and then try to reach a target number through a series of steps. For each step, you can always choose to double the number you currently have. However, if the number happens to be one (1) more than an ... [Read more...]

Dashboards in R with Shiny Dashboard

April 19, 2022 | Mark Edney

In a previous post, I explore the Flex dashboard library for the creation of a clean and interactive dashboard. That post can be found here. Unknown to me at the time, but I sort of skipped over the more natural progression of creating a dashboa...
[Read more...]

Dashboards in R with Shiny Dashboard

April 19, 2022 | R on The Data Sandbox

In a previous post, I explore the Flex dashboard library for the creation of a clean and interactive dashboard. That post can be found here. Unknown to me at the time, but I sort of skipped over the more natural progression of creating a dashboard with R Shiny. This is ...
[Read more...]

Analyzing exam scores

April 19, 2022 | Blogs on Adejumo Ridwan Suleiman

📖 Background The principal of a large school is interested in knowing if the test preparation courses are helpful and also know the effect of parental education level on test scores. 💪Objectives What are the average reading scores for students ...
[Read more...]

Creating presence-absence rasters in 2022

April 18, 2022 | Amy

Back in 2013 I published a post with a little function for creating presence-absence rasters from point data. I was in the midst of creating ~1000 species distribution models for Australian species and I needed something that I could easily … Con... [Read more...]
1 2 3 4 5 8

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)