# NOT RUN {
path_example <- system.file("extdata", "ToyModelv4.fskx", package = "FSK2R")
my_fsk <- import_fsk(path_example)
class(my_fsk)
export_fsk(my_fsk, out_path=file.path(tempdir(), "out.fskx"))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab