Albert Rapp 3/16/2025

The difference between = and <- finally explained

Read Original

This technical article clarifies the often-confused difference between the '=' and '<-' assignment operators in R. It demonstrates through code examples how '<-' can create variables in the global environment when used inside function calls, while '=' typically assigns only within the local function scope, potentially causing side effects. The article also briefly introduces the '<<-' operator for global assignment.

The difference between = and <- finally explained

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet