notes_outputs: notes_outputs

Description Usage Arguments Value Author(s)

View source: R/notes_outputs.r

Description

Export result from statistical notes object. Require daily stat object from channel_analytic function.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
notes_outputs(
  daily_stat,
  stat_notes,
  prefix_file = "notes",
  na_string = "",
  filecsv = TRUE,
  html = TRUE,
  excel = TRUE,
  daily_unique = FALSE
)

Arguments

daily_stat

data.frame Daily statistics obtained by channel_analytic

stat_notes

list Statistical object obtained from stat_notes function.

prefix_file

character Prefix for file names outputs

na_string

character String value for missing data.

filecsv

logical export csv files.

html

logical export html sjPlot files.

excel

logical export excel files.

daily_unique

logical export daily stats of unique.

Value

A list of daily statistics data, the unique one and full aggregate stats.

Author(s)

Istituto per la Bioeconomia Firenze Italy Alfonso Crisci alfonso.crisci@ibe.cnr.it


alfcrisci/rTwChannel documentation built on March 22, 2020, 6:09 p.m.