R

How To Install R on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Install R on Debian 10

An open-source programming language, R is widely used for developing statistical software, performing data analysis and visualization. R offers many user-generated packages for specific areas of study, which makes it applicable to many fields. In this tutorial, we will…

Read more
Comment installer R sur Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Comment installer R sur Ubuntu 20.04

Langage de programmation à code source ouvert, R est largement utilisé pour l’analyse des données et le calcul statistique. Soutenu par la Fondation R pour le calcul statistique, il s’agit d’un langage de plus en plus populaire et extensible, disposant d’une communauté active. R…

Read more
Como Instalar o R no Debian 10 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o R no Debian 10

O R é uma linguagem de programação open-source amplamente usada para desenvolver software estatístico, executando análise e visualização de dados. O R oferece muitos pacotes gerados por usuários para áreas específicas de estudo, o que o torna aplicável a muitos campos. Neste…

Read more
How To Set Up Shiny Server on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Shiny Server on Ubuntu 14.04

[Shiny](http://shiny.rstudio.com/) is an R package that allows users to convert R code into an interactive webpage. [Shiny server](http://www.rstudio.com/products/shiny/shiny-server/) is a server provided by RStudio that can be used to host and manage Shiny applications on the web. Other than hosting Shiny applications, Shiny Server can also host [interactive R markdown documents](http://rmarkdown.rstudio.com/). In this guide, we will learn how to set up the open source Shiny Server on a Dig

Read more
How To Install R on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Install R on Debian 9

R is an open-source programming language that specializes in statistical computing and graphics. Supported by the R Foundation for Statistical Computing, it is widely used for developing statistical software and performing data analysis. An increasingly popular and extensible…

Read more
How To Use sub() and gsub() in R — step-by-step DevOps tutorial on Progressive Robot

How To Use sub() and gsub() in R

URL: https://www.progressiverobot.com/sub-and-gsub-function-r/ Introduction The sub() and gsub() functions in R will substitute the string or the characters in a vector or a data frame with a specific string. These functions are useful when performing changes on large data sets. In this article, you will explore how to use sub() and gsub() functions in R. Prerequisites […]

Read more
CHAT