find the absolute file path of a data set in R studio for rattle -


I am working on R Win 7x64.

I have installed and opened a data mining tool rattle.

After loading the library in R Studio, I can access the data set present in the library. 'Rattle' data set in the library (rattle) package: Audit sample illustrations to show the dataset rattling functionality for rattling functionality. Samples and weather to describe the functionality of the full dataset rattle WeatherAUS sample and full dataset alcohol to show the functionality of sample and full dataset rattles alcohol datasets from UCI Machien Learning repository. Threat () // Open a GUI

But in GUI I can not see the weather.csv file that can be accessed in the weather studio.

Why?

How to find the full file path of weather.csv in R Studio?

I need to make a copy that can be accessed by a rattle GUI

Any help would be appreciated.

You can view all the files using the rattle package

<< Pre> dir (system.file (package = "rattle"), recursive = TRUE)

Path of anyone you want

<<> system.file ("csv", "weather.csv", package = "rattle")

does this work whether you have RStudio or R Other IDEs use


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -