0
我正在使用R Win7 x64。在R studio中查找數據集的絕對文件路徑用於撥浪鼓
我已經安裝並打開了一個數據挖掘工具的撥浪鼓。 http://rattle.togaware.com/
在R studio中加載庫後,我可以訪問庫中包含的數據集。
library(rattle)
Data sets in package ‘rattle’:
audit Sample dataset for illustration Rattle
functionality.
locationsAUS Sample and full dataset for illustrating Rattle
functionality.
weather Sample and full dataset for illustrating Rattle
functionality.
weatherAUS Sample and full dataset for illustrating Rattle
functionality.
wine The wine dataset from the UCI Machien Learning
Repository.
rattle() // open a GUI
但是,在GUI中我看不到可以在R studio中訪問的weather.csv文件。
爲什麼?
如何在R studio中找到weather.csv的絕對文件路徑?
我需要將它複製到可以通過撥浪鼓GUI訪問的目錄。
任何幫助,將不勝感激。
沒有'weather.csv'。 'weather'是一個已經存在於'rattle'包中的數據集。它不是'csv'。 – Ramnath
'list.files(paste0(Sys.getenv()[「R_LIBS_USER」],「/」,「rattle/csv」))' –
@Ramnath'rattle'包中也包含所有數據集的CSV副本,大概是這樣的人們可以練習閱讀。 –