The purpose of this function is to allow users on Windows machines to quickly add the WFU IR internal reporting server location. This facilitates the movement of files from the pkgdown site to the internal website.

add_network_drive(drive_letter = "Y")

Arguments

drive_letter

default value of "Y" consistent with other applications

Examples

# NOT RUN {
# If you do not have a mapping to the network drive, this will add it

add_network_drive()

# }