Skip to content

Instantly share code, notes, and snippets.

@tetlabo
Created April 26, 2021 06:30
Show Gist options
  • Save tetlabo/7785c63a33f00a9db5ef99dd03b1e892 to your computer and use it in GitHub Desktop.
Save tetlabo/7785c63a33f00a9db5ef99dd03b1e892 to your computer and use it in GitHub Desktop.
shinyapps.ioでIPAexフォントを使用するためのプログラム
# IPAexフォントをダウンロード、登録する
download.file("https://raw.githubusercontent.com/ltl-manabi/shinyapps.io_japanese_font/master/use_ipaex_font.sh", destfile = "use_ipaex_font.sh")
system("bash ./use_ipaex_font.sh")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment