Learn R Programming

AzureML (version 0.1.1)

getFunctionString: Get function source code

Description

Returns the source code of a function as a string

Usage

getFunctionString(x)

Arguments

x
name of the function to convert to a string

Value

  • source code of the function as a string