Description Usage Arguments Value Author(s)
View source: R/notes_outputs.r
Export result from statistical notes object. Require daily stat object from channel_analytic function.
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
)
 | 
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.  | 
A list of daily statistics data, the unique one and full aggregate stats.
Istituto per la Bioeconomia Firenze Italy Alfonso Crisci alfonso.crisci@ibe.cnr.it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.