Learn R Programming

ExcelFunctionsR (version 0.1.4)

RAND: Basic RAND function from excel.

Description

It acts similiarly to Excel's RAND function. No need to specify the arguments/parameters. It gives you the random number from 0 to 1.

Usage

RAND()

Arguments

Value

This example simply returns a number from 0 to 1. Function will always return numeric class.

Examples

Run this code
# NOT RUN {
RAND()
# }

Run the code above in your browser using DataLab