dir_create_linter | R Documentation |
dir.create()
Function CallsThis linter flags any usage of the dir.create()
function, which is not permitted in the codebase.
Using dir.create()
can lead to unintended side effects such as creating directories during script execution.
Instead, consider alternative approaches for managing directories.
dir_create_linter()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.