View source: R/decklist_handling.R
simple_decklist_to_df | R Documentation |
Intended for compatibility of the original decklist format and the more R native use of dataframes
simple_decklist_to_df(decklist)
decklist |
character vector of decklist with format '{count}:{cardcode}' |
dataframe with character column cardcode and numeric column count
lordecks:::simple_decklist_to_df(c("3:01PZ008", "3:01PZ040")) # returns : # count cardcode # 1 3 01PZ008 # 2 3 01PZ040
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.