R/join_nodes.R

Defines functions import_fsk_join

Documented in import_fsk_join

#' Import of FSK with join node
#'
#' Join nodes are not yet supported by FSK2R. It just gives
#' an error message when called.
#'
#' @inheritParams import_fsk
#'
import_fsk_join <- function(file_path, check = TRUE) {

    stop("Join nodes are not yet supported by FSK2R.")

}

Try the FSK2R package in your browser

Any scripts or data that you put into this service are public.

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