fd_ls {ggfigdone} | R Documentation |
This function provides a List or data.frame of figures along with their associated parameters.
fd_ls(fdObj = fd_get_db())
fd_df(fdObj = fd_get_db())
fdObj |
An instance of the |
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
A List/data.frame containing the figures along with their respective parameters.