fd_ls {ggfigdone} | R Documentation |
List the figures
Description
This function provides a List or data.frame of figures along with their associated parameters.
Usage
fd_ls(fdObj = fd_get_db())
fd_df(fdObj = fd_get_db())
Arguments
fdObj |
An instance of the |
Details
The parameters include:
id: The unique identifier for the figure
name: The name of the figure
created_date: The date the figure was created
updated_date: The date the figure was last updated
width: The width of the canvas
height: The height of the canvas
units: The units of measurement for the canvas
dpi: The dots per inch (DPI) of the canvas
file_name: The name of the file
plot_labels: The labels used in the plot
Value
A List/data.frame containing the figures along with their respective parameters.
[Package ggfigdone version 0.1.2 Index]