Open a solution file. A new file is created in your working directory unless
you specify the dir
argument.
1 | open_solution(number, overwrite = FALSE, suffix = NULL, dir = getwd())
|
number |
A number specifying which solution to open. |
overwrite |
If you want to overwrite the solution file you already
opened use overwrite = TRUE, default to |
suffix |
If you do not want to overwrite your previous solution file but want to open another version you can specify text that will get appended to the filename. For example, if |
dir |
A character string specifying the directory where the solution
file will be created, defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.