😎 Give your xaringan slides some style
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

7 行
170B

  1. test_that("printing google_font works", {
  2. expect_known_output(
  3. print(google_font("Josefin Sans", "400", "400i", "600i", "700")),
  4. "google-font-print.txt"
  5. )
  6. })