March 2021

Software licensing

March 17, 2021 | Chris Beeley

At NHS-R we all support open source software. R itself is open source. So is RStudio. CRAN packages are open […] The post Software licensing appeared first on NHS-R Community. [Read more...]

Intro to Point Pattern Analysis using R and QGIS

March 16, 2021 | Corey Sparks, Ph.D.

This example shows how to use R and QGIS from within R to perform a series of common point pattern analysis techniques. library(mapview) library(sf)
## Linking to GEOS 3.8.0, GDAL 3.0.4, PROJ 6.3.1
library(censusxy) library(dplyr)
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
addr
[Read more...]

A Gentle Introduction to R Shiny

March 15, 2021 | Business Science

This article is part of a R-Tips Weekly, a weekly video tutorial that shows you step-by-step how to do common R coding tasks. What if you could turn your #datascience​ analysis into a web application? You can do EXACTLY that with R​ Shiny​. R Shiny...
[Read more...]
1 4 5 6 7 8 12

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)