RAND {ExcelFunctionsR}R Documentation

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()

Value

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

Examples

RAND()

[Package ExcelFunctionsR version 0.1.4 Index]