Skip to contents

This function constructs a path to the master import file for a given colony.

Usage

get_master_import_path(colony)

Arguments

colony

A character string specifying the name of the colony.

Value

A character string representing the path to the master import file.

Examples

if (FALSE) { # \dontrun{
get_master_import_folder("ColonyA")
} # }