powered by
Returns the general info of an FSK object
get_general_info(fsk_obj)
An object of class FSK2R
A nested list with the following entries:
name
source
identifier
creationDate
rights
language
software
creators
reference
# 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