Monday, June 11, 2018

Day 3 - R Variables and Operators

Variable

Name Convention


  1. Valid names: letters, numbers , dots or underline characters
  2. Do not user RESERVE 
  3. Use lowercase letters
  4. Separate words using dot(.)
  5. Do not use underscores(_) or hyphens(-)



Custom Variable
Global Variable










Type of Vectorized Operation






No comments:

Post a Comment

How to add a Database to AlwaysOn Availability Group with four different options

To add a database to an existing AlwaysOn availability group, MS has given us four options to choose from Automatic seeding Full database an...