config_Rprofile {blogdown} | R Documentation |
Create or modify the ‘.Rprofile’ file for a website project
Description
If the file ‘.Rprofile’ does not exist in the current directory, copy
the file from the ‘resources’ directory of blogdown. If the option
blogdown.hugo.version
is not found in this file, append
options(blogdown.hugo.version = "VERSION")
to it, where VERSION
is obtained from hugo_version()
.
Usage
config_Rprofile()
Value
As a side-effect, the file ‘.Rprofile’ is created or modified.
[Package blogdown version 1.19 Index]