repo.pvssg: Report for PVS - Global summary

View source: R/repo_pvssg.R

repo.pvssgR Documentation

Report for PVS - Global summary

Description

Produce a report for PVS data global summary sheet.

Usage

repo.pvssg(
  traits,
  dfr,
  title = "Automatic report for PVS",
  subtitle = "Global summary data",
  author = "International Potato Center",
  format = c("html", "word", "pdf"),
  server = FALSE,
  server_dir_name = "directory",
  server_file_name = "filename"
)

Arguments

traits

A list of traits to be included in the report.

dfr

A data frame with data for a pvs global summary form.

title

Report title.

subtitle

Report subtitle.

author

Report author.

format

The output file format for the report, "html" by default. Other options are "word" and "pdf".

server

Logical. If "FALSE" works with local machines. Otherwise works in server environments.

server_dir_name

If "server = TRUE", this is the directory name in the server.

server_file_name

If "server = TRUE", this is the file name in the server.

Details

It produces a report for global summary sheet of the Mother & Baby methodology implemented by CIP.

Value

It returns an automatic report.

Author(s)

Raul Eyzaguirre.

Examples

traits <- c("NMTP_Mean_mother", "TNTP_Mean_mother", "PPH_Mean_mother", "TTYA_Mean_mother")
repo.pvssg(traits, pvssg)

reyzaguirre/pepa documentation built on April 20, 2024, 3:50 a.m.