get_general_info: Returns the general info of an FSK object

View source: R/getters.R

get_general_infoR Documentation

Returns the general info of an FSK object

Description

Returns the general info of an FSK object

Usage

get_general_info(fsk_obj)

Arguments

fsk_obj

An object of class FSK2R

Value

A nested list with the following entries:

  • name

  • source

  • identifier

  • creationDate

  • rights

  • language

  • software

  • creators

  • reference

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.