R: Useful Built-in Functions
General builtins() # List all built-in functions options() # Set options to control how R computes & displays results ?NA # Help page on handling of missing data values abs(x) # The absolute value of "x" append() # Add elements to a ve...
Jun 10, 20164 min read7
