function_id {soobench}R Documentation

Get a short id for the function that can be used in filenames and such.

Description

Get a short id for the function that can be used in filenames and such.

Usage

  function_id(fn)

  ## S3 method for class 'soo_function'
 function_id(fn)

Arguments

fn

Function to name.

Value

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


[Package soobench version 1.0-73 Index]