Get the version of FACTS compatible with your *.facts file.

get_facts_version(facts_file)

Arguments

facts_file

Character, name of a FACTS file. Usually has a *.facts file extension.

Value

A version string.

Examples

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"