Learn R Programming

rfacts (version 0.2.1)

get_facts_version: Get FACTS version matching your FACTS file

Description

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

Usage

get_facts_version(facts_file)

Value

A version string.

Arguments

facts_file

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

See Also

get_facts_versions()

Examples

Run this code
facts_file <- get_facts_file_example("contin.facts")
facts_file
get_facts_version(facts_file)

Run the code above in your browser using DataLab