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