import_fsk: Import an FSK model into R

View source: R/open_fsk.R

import_fskR Documentation

Import an FSK model into R

Description

Importst the file in file_path and transforms it into a list of class FSK2R.

Usage

import_fsk(file_path, check = FALSE)

Arguments

file_path

Path where the file is located.

check

Whether checks are made. FALSE by default.

Value

An instance of FSK2R.

Examples


 path_example <- system.file("extdata", "ToyModelv4.fskx", package = "FSK2R")
 my_fsk <- import_fsk(path_example)
 get_general_info(my_fsk)



FSK2R documentation built on March 18, 2022, 7:21 p.m.