repo.pvs: Report for PVS

View source: R/repo_pvs.R

repo.pvsR Documentation

Report for PVS

Description

Produce standard reports for PVS data.

Usage

repo.pvs(
  dfr,
  form,
  title = "Automatic report for PVS",
  subtitle = NULL,
  author = "International Potato Center",
  format = c("html", "word", "pdf"),
  server = FALSE,
  server_dir_name = "directory",
  server_file_name = "filename"
)

Arguments

dfr

A data frame with data for a pvs form.

form

Form number.

  • 1: Identification of selection criteria for genotypes.

  • 2: Best genotypes at flowering.

  • 3: Best genotypes at harvest.

  • 6: Organoleptic analysis at mother trial.

  • 7: Organoleptic analysis at baby trial.

  • 9: Best genotypes at post-harvest.

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.

Value

It returns automatic reports for the different forms on a PVS book.

Author(s)

Raul Eyzaguirre.

Examples

repo.pvs(pvsf1, 1)
repo.pvs(pvsf2, 2)
repo.pvs(pvsf3, 3)
repo.pvs(pvsf6, 6)
repo.pvs(pvsf6, 7)
repo.pvs(pvsf9, 9)

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