This script detects the computer environment automatically and assign variable Brian_George_folder_loc to an detected directory. If the locations can't be detected, you manually assign value to Brian_George_folder_loc

find_maize_folder(your_BG_folder_loc = NA)

Arguments

your_BG_folder_loc

put your own BG location if the function can't find yours. e.g."/Volumes/George_Surgeon_Projects"

Value

Brian_George folder location on maize, if it can't automatically detect the location, you can also manually specify the location

Examples

if (FALSE) {
# if this can't detect your BG folder, you can assign it by
find_maize_folder(your_BG_folder_loc = "/Volumes/George_Surgeon_Projects")
}