Basic Syntax: Variables in R
As part of series Learn Data analytics using R lets understand basic syntax in this post. Numeric Data Type Lets say you want to create two variable A and B. In R program you shall assign a value to the variable using <- . Now, if you want to assign 25 to A and 29 … Read more