create_beast2_input_file_folder {beastier} | R Documentation |
Create the folder where the BEAST2 input file will be created
Description
Create the folder where the BEAST2 input file will be created
Usage
create_beast2_input_file_folder(beast2_options)
Arguments
beast2_options |
a set of BEAST2 options, that are the R equivalent of the BEAST2 command-line options, as can be created by create_beast2_options |
Value
nothing
Author(s)
Richèl J.C. Bilderbeek
Examples
check_empty_beaustier_folders()
beast2_options <- create_beast2_options()
create_beast2_input_file_folder(beast2_options)
remove_beaustier_folders()
check_empty_beaustier_folders()
[Package beastier version 2.5.1 Index]