ComeçarComece de graça

Suppressing warnings

A warning tells the user that something has gone potentially wrong. Let's highlight a good use of the warning function.

Este exercício faz parte do curso

Defensive R Programming

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Create new variable 
x <- c(___, ___, ___)
y <- 1:3

# Correlation coefficient of x & y
m <- cor(___, ___)
Editar e executar o código