Learn R Programming

myIO (version 1.2.0)

myio_validate_call: Validate a myIO Function Call

Description

Validate a myIO Function Call

Usage

myio_validate_call(fn, args = list())

Value

A list with valid and errors. Errors use stable machine-readable code values.

Arguments

fn

Exported myIO function name.

args

Named list of proposed arguments.

Examples

Run this code
myio_validate_call("setAxisFormat", list(axis_x = ".0f"))

Run the code above in your browser using DataLab