Get the version of FACTS compatible with
your *.facts
file.
get_facts_version(facts_file)
Character, name of a FACTS file.
Usually has a *.facts
file extension.
A version string.
facts_file <- get_facts_file_example("contin.facts")
facts_file
#> [1] "/Users/runner/work/_temp/Library/rfacts/facts/contin.facts"
get_facts_version(facts_file)
#> [1] "6.2.5.22668"