How to change text font and size in R View()?

前端 未结 0 1408
暗喜
暗喜 2021-01-02 19:01

When I run

a <- data.frame(col1 = c(1,2,5,8,2,2), col2=c(34,5,64,54,23,3))
View(a)

I get a popup window with my data as I hope, but the fo

相关标签:
回答
  • 消灭零回复
提交回复
热议问题