expand_attributes: Extracts key=value; pair information in the comment column

View source: R/metadata.R

expand_attributesR Documentation

Extracts key=value; pair information in the comment column

Description

This function expands tabseq comment key-value pair contents into several columns

Usage

expand_attributes(tabseq, output_wide = TRUE, include_sequence = TRUE, ...)

Arguments

tabseq

A tabseq tibble

output_wide

Disables the internal pivot_wide call. Defaults to TRUE. By setting this to FALSE you get a longer table instead, with is also computed faster.

include_sequence

Includes the sequence column in the return value. Defaults to TRUE. By setting this to FALSE you will get a table without sequences, which is also computed faster.

Value

A tabseq tibble


cmkobel/tabseq documentation built on Nov. 18, 2022, 8:19 p.m.