gp_serve: Extract useful, tidy data from a gp object

View source: R/gp_serve.R

gp_serveR Documentation

Extract useful, tidy data from a gp object

Description

Extract useful, tidy data from a gp object

Usage

gp_serve(gp)

Arguments

gp

a gp

Value

a tibble, with .row and .col, as well as any created section names and data values.

Examples


gp(16, 24) |>
  gp_sec("my_sec", nrow = 9, ncol = 7, labels = c("sample_1", "sample_2", "sample_3")) |>
  gp_serve()

KaiAragaki/Plate documentation built on Sept. 2, 2024, 3:39 a.m.