Loads a file or easylab object containing saved state with specified labels and their positions.
loadlabel(object, data = NULL, ...)
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.
Either a character value specifying an rds file to be loaded, or an object of class 'easylab'.
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.