This a markdown document
# a comment to be translated
ls| library(tidyverse) | |
| library(magicr) | |
| library(arrow) | |
| # Download WOE replay data | |
| woe_game_replay_file <- mr_download_17lands_file( | |
| "WOE", "replay", "premier") | |
| # Load WOE replay data | |
| woe_game_replay <- arrow::open_csv_dataset( |
| library(tidyverse) | |
| library(magicr) | |
| library(arrow) | |
| # Download WOE replay data | |
| woe_game_replay_file <- mr_download_17lands_file( | |
| "WOE", "replay", "premier") | |
| # Load WOE replay data | |
| woe_game_replay <- arrow::open_csv_dataset( |
| # To install magicr | |
| # pak::pkg_install("joelnitta/magicr") | |
| library(tidyverse) | |
| library(magicr) | |
| # OP: | |
| # I'm working on some WOE replay data for Premier Draft and I'm seeing some | |
| # stuff I don't understand. On row-index 8541, user plays both "Bakery Raid" and | |
| # "Welcome to Sweet Tooth" on turn one, which can't happen. The same happens on |
| # To install magicr | |
| # pak::pkg_install("joelnitta/magicr") | |
| library(tidyverse) | |
| library(magicr) | |
| library(ggrepel) | |
| # Win-rate by rank and set ---- | |
| # Define function to calculate win-rate by rank for a particular set |
| library(rtweet) | |
| # Initial authorization setup, only need to do once | |
| # auth_setup_default() #nolint | |
| # Authorize | |
| auth_as("default") | |
| # Set user name | |
| user_name <- "PUT USER NAME HERE" |
| library(rtweet) | |
| library(tidyverse) | |
| # Initial authorization setup, only need to do once | |
| # auth_setup_default() #nolint | |
| # Authorize | |
| auth_as("default") | |
| # Set user name |
| library(tidyverse) | |
| library(assertr) | |
| # Define custom parsing function | |
| #' Parse a single record from the NCBI taxonomy database | |
| #' | |
| #' The NCBI taxonomy database contains names in the `names.dmp` file. | |
| #' A single record (corresponding to one `taxid`) looks like this: | |
| #' |
| # SOME DESCRIPTIVE TITLE | |
| # Copyright (C) YEAR Free Software Foundation, Inc. | |
| # This file is distributed under the same license as the PACKAGE package. | |
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | |
| # | |
| #, fuzzy | |
| msgid "" | |
| msgstr "" | |
| "Project-Id-Version: PACKAGE VERSION\n" | |
| "POT-Creation-Date: 2022-08-08 07:55+0000\n" |
This a markdown document
# a comment to be translated
ls| <?xml version="1.0" standalone="yes"?> | |
| <!-- Generated by BEAUTi v1.10.4 --> | |
| <!-- by Alexei J. Drummond, Andrew Rambaut and Marc A. Suchard --> | |
| <!-- Department of Computer Science, University of Auckland and --> | |
| <!-- Institute of Evolutionary Biology, University of Edinburgh --> | |
| <!-- David Geffen School of Medicine, University of California, Los Angeles--> | |
| <!-- http://beast.community/ --> | |