Learn R Programming

easylabel (version 0.3.3)

loadlabel: Load easylabel saved state

Description

Loads a file or easylab object containing saved state with specified labels and their positions.

Usage

loadlabel(object, data = NULL, ...)

Value

By default no return value. Calls easylabel() which will open a shiny interactive session based on previous settings stored in an 'easylab' class object or rds file of such an object.

Arguments

object

Either a character value specifying an rds file to be loaded, or an object of class 'easylab'.

data

Dataset (data.frame or data.table) to use for plot. If not specified, the function will first use embedded data included in object; if no data is embedded it will attempt to load the original data object as it was specified in the original call to easylabel().

...

Additional arguments passed to easylabel(). Can be used to overwrite original arguments.