You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my testing (and from looking at the code) the verbose input to the ggexport function doesn't do anything.
I suspect that line 96 in ggexport.R which currently reads:
message("file saved to ", filename)
should read more like
if(verbose){ message("file saved to ", filename) }
The text was updated successfully, but these errors were encountered:
In my testing (and from looking at the code) the verbose input to the ggexport function doesn't do anything.
I suspect that line 96 in ggexport.R which currently reads:
should read more like
The text was updated successfully, but these errors were encountered: