get_facts_version: Get FACTS version matching your FACTS file

View source: R/get_facts.R

get_facts_versionR 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)

EliLillyCo/rfacts documentation built on Aug. 21, 2022, 11:54 p.m.