move_pkg_site.Rd
Helper function to move the pkgdown websites for the internal website to the internal IR site. This function creates a bat script which moves the built website to the internal ir website. If the specified drive does not exist then it is created using the `add_network_drive` function from this package. Again, this looks in the "docs" folder for the website.
move_pkg_site(project_location = getwd(), project_name = NULL, target_location = "Y:\\tools", output_file_name = "move_package_files.bat", keep_file = FALSE)
project_location | typically specified by "here()" |
---|---|
project_name | the current project name which results to the current project folder's name |
target_location | the target location target "Y" |
output_file_name | the temporary file name, default specified. IF changed must end in `.bat` |
keep_file | a boolean to indicate if you want to keep a copy of the .bat file |