get_facts_version {rfacts}R Documentation

Get FACTS version matching your FACTS file

Description

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

Usage

get_facts_version(facts_file)

Arguments

facts_file

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

Value

A version string.

See Also

get_facts_versions()

Examples

facts_file <- get_facts_file_example("contin.facts")
facts_file
get_facts_version(facts_file)

[Package rfacts version 0.2.1 Index]