df_to_simple_decklist: parse dataframe decklist into simple format

View source: R/decklist_handling.R

df_to_simple_decklistR Documentation

parse dataframe decklist into simple format

Description

Intended for compatibility of the original decklist format and the more R native use of dataframes

Usage

df_to_simple_decklist(decklist_df)

Arguments

decklist_df

dataframe with character column cardcode and numeric column count

Value

character vector of decklist with format '{count}:{cardcode}'


pholzmgit/lordecks documentation built on May 23, 2022, 11:03 a.m.