Home Data Science What is R?

What is R?

Wiki What is R

R is an open-source language that was developed specifically for data analysis and visualization . This wiki article deals with object-based vs. object-oriented, the R packages and the R package shiny in particular.

Table of contents

The programming language R

R is a programming language developed for statistical applications that is particularly popular in the field of data science. Its core functions lie in the evaluation and visualization of data.

Object-based vs. object-orientation

"Everything that exists is an object. Everything that happens is a function call."(John Chambers)

In R, everything revolves around objects. Not only variables, but also functions, operators and entire expressions that make up an R script are objects. Nevertheless, R is not a completely object-oriented language in the classic sense, such as Java. R supports different "sharp" approaches to object orientation, which would go beyond the scope of this wiki article. 

The power of packages

The strength of R lies in the availability of additional functions in the form of so-called packages, which are offered by independent developers all over the world. Over 20,000 of these function packages can be obtained via the "Comprehensive R Archive Network" (CRAN) . For every statistical problem, no matter how rare, there is often a suitable ready-made solution, which, thanks to the open-source license, can also be adapted at any time.

Execution modes of the programming language

R is an interpreted language by default. This means that the code does not have to be compiled to make it executable, as is the case with C, for example. However, this also makes R code slower to execute than corresponding C code. For the sake of completeness, however, it should also be mentioned that a bytecode compiler also exists in R.

A relatively new way of executing R code is in the form of server-side apps. The shiny package is used for this. It allows web-based applications to be created from input and output elements controlled entirely via R code. In this way, R programs that can be parameterized via standard input elements such as sliders and text boxes can be made accessible to users via the web without them having to install R themselves or understand R code.

Do you want to get straight into practice? Here you will find a beginner's guide to time series analysis in R.

Know more?

Would you like to delve deeper into this topic? Then we would be happy to talk to you personally about the areas of application of R - gladly also in connection with analytics products from SAP. Simply get in touch with us!

Your analytics contact
Christiane Maria Kallfass is a Recruiting and Marketing Specialist at s-peers AG
Christiane Grimm
Inside Sales

Published by:

Robin Stübi

SAP Consultant
author

How did you like the article?

How helpful was this post?

Click on a star to rate!

Average rating 4.3 / 5.
Number of ratings: 8

No votes so far! Be the first person to rate this post!

INFORMATION

More information

Visual Databricks and BDC Wiki

What is Databricks? What is the BDC? The ultimate guide to the perfect combination!

In today's data-driven business world, the ability to efficiently analyze and use large amounts of data is crucial for...
Your guide to successful SAC migration

SAC Migration by Q2 2026: The Guide to Transitioning to the Optimized Story Experience

The time for the conversion of SAP Analytics Cloud (SAC)...
Hands with three stars representing the different technologies: SAP Analytics Cloud, SAP Business Data Cloud, SAP Datasphere.

Feature update for SAP Business Data Cloud, Analytics Cloud, and Datasphere

This wiki article summarizes the most important content of the webinar on the topic:...
Lord of the Rings association with connection to SQL and dbt as fighters.

SQL and dbt: The future of modern data transformation

The article describes data processing in companies. Both...
9.1 Differences between SAP Databricks and native Databricks

SAP Databricks vs. Native Databricks: The detailed comparison for your company

In today's data-driven business world, the ability to efficiently analyze and use large amounts of data is crucial for...
Wiki What is Artificial Intelligence (AI) (2)

What is a semantic layer? Definition, benefits and role in modern data architectures

This Wiki article explains what a semantic layer is and why...

SAP Datasphere data in Power BI: How to access it directly

This article is part 1 of a two-part blog series on integration...