Skip to content

Instantly share code, notes, and snippets.

View paithiov909's full-sized avatar

Kato Akiru paithiov909

View GitHub Profile
@paithiov909
paithiov909 / 00_template.qmd
Last active August 28, 2026 09:47
Rtistry🎨 2025-26 [Archived]
---
title: "My Title"
format: gfm
fig-width: 8
fig-height: 6
knitr:
opts_chunk:
dev: "ragg_png"
collapse: true
comment: "#>"
@paithiov909
paithiov909 / 260626_tankaleap.r
Last active August 28, 2026 09:52
Scripts📝
dat <-
dplyr::bind_rows(
readxl::read_xlsx("inst/data/tanka/tanka-list1.xlsx", col_names = FALSE),
readxl::read_xlsx("inst/data/tanka/tanka-list2.xlsx", col_names = FALSE)
) |>
dplyr::as_tibble() |>
dplyr::rename_with(~ c("text")) |>
dplyr::mutate(
id = dplyr::row_number(),
@paithiov909
paithiov909 / archive-packages-for-ssh.ipynb
Created November 13, 2021 04:19
archive-packages-for-ssh.ipynb [Archived]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.