Created
April 26, 2021 06:30
-
-
Save tetlabo/7785c63a33f00a9db5ef99dd03b1e892 to your computer and use it in GitHub Desktop.
shinyapps.ioでIPAexフォントを使用するためのプログラム
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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