fcmreport: GridFCM Analisys Report - fcmreport())

View source: R/FCMfunctions.R

fcmreportR Documentation

GridFCM Analisys Report – fcmreport())

Description

A function that exports a complete analysis of a subject using rmarkdown draft

Usage

fcmreport(
  grid,
  imp,
  name = "report",
  dir = getwd(),
  output = "html",
  edit = FALSE
)

Arguments

grid

Subject's RepGrid. It must be an S4 object imported by the importgrid function.

imp

Subject's ImpGrid. It must be an S4 object imported by the importimp function.

name

Name of the output file.

dir

Directory where the output file is to be created. Default is the working directory.

output

Work in progress.

edit

Allows editing of the draft if TRUE. Default is FALSE.

Value

Returns a report with a full GridFCM analysis


GICUNED/GridFCM documentation built on Feb. 23, 2023, 9:03 a.m.