is_fsk_with_r: Does the object have an R model?

View source: R/getters.R

is_fsk_with_rR Documentation

Does the object have an R model?

Description

Does the object have an R model?

Usage

is_fsk_with_r(fsk_obj)

Arguments

fsk_obj

An object of class FSK2R

Value

A logical vector.

Examples


 path_example <- system.file("extdata", "ToyModelv4.fskx", package = "FSK2R")
 my_fsk <- import_fsk(path_example)
 is_fsk_with_r(my_fsk)



FSK2R documentation built on March 18, 2022, 7:21 p.m.