create_beast2_version_cmd {beastier} | R Documentation |
Creates the terminal command to version a BEAST2 input file
create_beast2_version_cmd(beast2_path = get_default_beast2_path())
beast2_path |
name of either a BEAST2 binary file
(usually simply |
a character vector, of which the first element
is the command (java
, in this case),
and the others are arguments (-jar
, in this case, followed
by more arguments.
Richèl J.C. Bilderbeek
if (is_beast2_installed()) {
create_beast2_version_cmd()
}