Description Usage Arguments Examples
View source: R/create.graphics.path.R
This function creates a filepath to save a graphic to the folder where all graphics are stored for my masters thesis. The file can be replaced if the parameter 'replace' is set to TRUE. Otherwise this function checks whethter this file already exists and alters the filename if necessary.
1 | create.graphics.path(filename = "RPlot", replace = F)
|
filename |
A string which is going to be the name the output file. Default value is "RPlot" replace Boolean to indicate whether to check if the file should be replaced if it already exists. Default value is FALSE. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.