Skip to content

Instantly share code, notes, and snippets.

View fcsest's full-sized avatar
🏠
Working from home

Fernando Souza fcsest

🏠
Working from home
View GitHub Profile
@ld100
ld100 / ArchLinuxWSL2.md
Last active April 27, 2024 18:05
Steps for setting up Arch Linux on WSL2

Migrating from Ubuntu on WSL to ArchLinux on WSL2

Obsolete notice

This document was created back in 2020 and might not be actual nowadays. It is not supported anymore, so use thise information at your own risk.

Upgrading to WSL 2

  • Download WSL2 Kernel
  • run wsl --set-default-version 2 in windows command line, so that all future WSL machine will use WSL2.
@dantonnoriega
dantonnoriega / auto-tab-flexdashboard.Rmd
Last active January 8, 2022 19:22
Loop to auto build flexdashboard content, specifically columns with tabs where each tab is an htmlwidget (like highcharts). Be sure to look at the raw code.
---
title: "Loop to Auto Build Tabs Containing htmlwidgets"
output: flexdashboard::flex_dashboard
---
```{r setup, echo =FALSE, eval = TRUE}
library(tidyverse)
library(flexdashboard)
library(highcharter)