2021

Using Microsoft365R with Shiny

September 27, 2021 | Hong Ooi

by Hong Ooi This article is a lightly-edited version of the "Microsoft365R and Shiny" vignette in the latest Microsoft365R release. We describe how to incorporate Microsoft365R and interactive authentication with Azure Active Directory (AAD) into a Shiny web app. There are a few steps involved: Register your ... [Read more...]

How to Remove Outliers in R

September 27, 2021 | finnstats »

How to Remove Outliers in R?, What does outlier mean? It’s an observation that differs significantly from the rest of the data set’s values. Outliers can skew the results by providing false information. We’ll go over how to elimin...
[Read more...]

How to Remove Outliers in R

September 27, 2021 | finnstats

How to Remove Outliers in R?, What does outlier mean? It’s an observation that differs significantly from the rest of the data set’s values. Outliers can skew the results by providing false information. We’ll... The post How to Remove Outliers in R appeared first on finnstats.
[Read more...]

R Data Types

September 27, 2021 | udayan

A data type of a variable specifies the type of data that is stored inside that variable. For example, x [Read more...]

August 2021: “Top 40” New CRAN Packages

September 26, 2021 | R Views

One hundred sixty new packages covering a wide array of topics made it to CRAN in August. I thought I would emphasize the breadth of topics by expanding the number of categories organizing my “Top 40” selections beyond core categories that appear month after month. Here are my picks in fourteen ...
[Read more...]

Error in x[6, ]: subscript out of bounds

September 24, 2021 | finnstats

subscript out of bounds, Subscript out of limits in R: How to Fix? The following is an example of a typical R error: Error in x[6, ] : subscript out of bounds When you try to access a column or row in a matrix that doesn't exist, you'll get this error. The ... [Read more...]

{emayili} Right-to-Left

September 23, 2021 | R - datawookie

Yoav Raskin suggested that it would be useful to support right-to-left (RTL) text in {emayili}, so that languages like Hebrew, Arabic and Aramaic would render properly. I’ll be honest, this was not something that I had previously considered. But agreed, it would be a cool feature. library(emayili) packageVersion("...
[Read more...]

{emayili} Styling Figures

September 23, 2021 | R - datawookie

By default tags are wrapped in a tight embrace by {knitr}. In general this works really well. However, I want to have more control over image formatting for {emayili}. Adding a Hook I’d like to have the tags wrapped by . It’d also be useful to have the option ...
[Read more...]

EARL ONLINE 2021: HIGHLIGHTS

September 23, 2021 | R Consortium

Originally posted on Mango Solutions website The Enterprise Applications of the R Language Conference (EARL) is a cross-sector conference focusing on the commercial use of the R programming language. The... The post EARL ONLINE 2021: HIGHLIGHTS appeared first on R Consortium.
[Read more...]

Data Science Conference Austria 2021

September 23, 2021 | Quantargo Blog

Data Science Conference Austria 2021 Data Science Conference (DSC) Austria is knocking on YOUR door, this time the theme is AI powered sustainability: Save the world through data! And the best is—we still have free tickets until Sept 25, so be quick! ...
[Read more...]

Easy Rolling Means with MazamaRollUtils

September 23, 2021 | jonathanatmazamascience

Our goal in creating a new package of C++ rolling functions is to build up a suite of functions useful in environmental time series analysis. We want these functions to be available in a neutral environment with no underlying data model. The functions are as straightforward to use as is ...
[Read more...]

How to Set Axis Limits in ggplot2?

September 23, 2021 | finnstats

How to Set Axis Limits in ggplot2? Setting the axis bounds on a plot using ggplot2 is a common task. Using the following functions, you can accomplish so quickly. The post How to Set Axis Limits in ggplot2? appeared first on finnstats.
[Read more...]
1 28 29 30 31 32 119

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)