Learn R Programming

rkeops (version 2.2.2)

random_varname: Helper function to generate random variable name for gradient input in formula

Description

Helper function to generate random variable name for gradient input in formula

Usage

random_varname(prefix = "", len = 5)

Value

character string, name of the python environment.

Arguments

prefix

character string, prefix to add to the variable name.

len

integer, number of random character in the variable name.