[問題] 在windows command line中執行rscript

看板R_Language作者 (raison detre)時間10年前 (2014/02/10 17:58), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
請問一下 以下為我的程式碼 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
文章代碼(AID): #1I-ABTJY (R_Language)
文章代碼(AID): #1I-ABTJY (R_Language)