RAND: Basic RAND function from excel.

Description Usage Value Examples

View source: R/RAND.R

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

1
RAND()

Value

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

Examples

1
RAND()

ExcelFunctionsR documentation built on July 1, 2020, 8:35 p.m.