move_ir_group_site.Rd
Helper function to move 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_ir_group_site(project_location = getwd(), target_location = "Y:\\", output_file_name = "move_package_files.bat", keep_file = FALSE)
project_location | typically specified by "here()" |
---|---|
target_location | the target location target "Y" |
output_file_name | the temporary file name, default specified |
keep_file | a boolean to indicate if you want to keep a copy of the .bat file |