find_maize_folder.Rd
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)
put your own BG location if the function can't find yours. e.g."/Volumes/George_Surgeon_Projects"
Brian_George folder location on maize, if it can't automatically detect the location, you can also manually specify the location
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")
}