loadlabel {easylabel} | R Documentation |
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, ...)
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 |
... |
Additional arguments passed to |
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.
[Package easylabel version 0.3.3 Index]