randlist2pdf: Create pdf randomization lists from a list of blockrand...

View source: R/blockrand2randlist.R

randlist2pdfR Documentation

Create pdf randomization lists from a list of blockrand generated data.frame

Description

Create pdf randomization lists from a list of blockrand generated data.frame

Usage

randlist2pdf(
  x = NULL,
  path_prefix = "/tmp/randlist",
  footer = "",
  export = TRUE
)

Arguments

x

a single data.frame or a named randlist (that is a data.frame with id and treatment columns). Names are used for file naming

path_prefix

path prefix of the files to save in (overwriting the contents).

footer

a character vector used as page central footer(s). Must be of length 1 if x is a data.frame or of the same length of x, if it's a list.

export

logical recycled, wheter to export or not a list (used to export selectively)


lbraglia/lbrct documentation built on July 7, 2023, 6:39 a.m.