loadlabel | R Documentation |
Loads a file or easylab object containing saved state with specified labels and their positions.
loadlabel(object, data = NULL, ...)
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.