plot_nothing: Template for functions that accept either a data frame or a...

View source: R/plot_nothing.R

plot_nothingR Documentation

Template for functions that accept either a data frame or a list

Description

Template for functions that accept either a data frame or a list

Usage

plot_nothing(
  data_,
  ...,
  dataset,
  view = T,
  export = F,
  file = "nothing.pdf",
  height = 3,
  input = "data_nothing",
  output = "plot_nothing"
)

Arguments

data_

list or tibble

...

specific arguments

dataset

dataset

view

print plot

input

name of input data

output

name of output data


nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.