Learn R Programming

FSK2R (version 0.1.3)

read_R_model: Reads the R model in an FSK model

Description

Reads the R model in an FSK model

Usage

read_R_model(file_dir, check = FALSE, filename = "model.R")

Arguments

file_dir

path to the file.

check

Whether to make checks. FALSE by default.

filename

Name of the file (model.R by default).

Value

A character string with the contents of the R file.