Learn R Programming

fixtuRes (version 0.1.3)

random_numeric: Generate random numeric

Description

Generate random numeric

Usage

random_numeric(min = 0, max = 999999)

Arguments

min

numeric, minimum

max

numeric, maximum

Value

random numeric

Examples

Run this code
# NOT RUN {
random_numeric(min = 1.5, max = 4.45)
# }

Run the code above in your browser using DataLab