Learn R Programming

soobench (version 1.9.18)

function_id: Function ID

Description

Get a short id for the function that can be used in filenames and such. It is guaranteed that the ID contains only “safe” characters in the range A-Z,a-z,0-9,_,-.

Usage

function_id(fn)

Arguments

fn

[soo_function] Function to name.

Value

ID of function. Guaranteed to be unique among all test functions.