powered by
Importst the file in file_path and transforms it into a list of class FSK2R.
import_fsk(file_path, check = FALSE)
An instance of FSK2R.
Path where the file is located.
Whether checks are made. FALSE by default.
# \donttest{ path_example <- system.file("extdata", "ToyModelv4.fskx", package = "FSK2R") my_fsk <- import_fsk(path_example) get_general_info(my_fsk) # }
Run the code above in your browser using DataLab