[問題] 在windows command line中執行rscript
請問一下
以下為我的程式碼
library(googleVis)
col1 = c(1:3)
col2 = c(4:6)
df = data.frame(col1, col2)
View(df)
vis <- gvisLineChart(data=df, yvar='col1', xvar='col2' )
plot(vis)
在rstudio中執行正常
但是我直接在command line中執行卻會發生以下錯誤
http://ppt.cc/yDIn
請問有人知道這是什麼問題嗎
另外請問一下我呼叫View(df)的時候
在RStudio會顯示到一個頁籤中
但是如果用rscript執行
他閃一下就消失了
請問要如何讓他留下來或是輸出到瀏覽器中
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 111.250.8.209
R_Language 近期熱門文章
PTT數位生活區 即時熱門文章