Suppressing warnings
A warning tells the user that something has gone potentially wrong. Let's highlight a good use of the warning function.
Diese Übung ist Teil des Kurses
Defensive R Programming
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# Create new variable
x <- c(___, ___, ___)
y <- 1:3
# Correlation coefficient of x & y
m <- cor(___, ___)