Hi All,
I am using the following code for the Share Price Application I have been developing (with plenty of help from people here that is greatly appreciated!). One of the things it should do is allow the user to pick a company to analyse from stored XML Files, I have been using the following code to do this:
df <- xmlToDataFrame(file.choose())
Instead of using file.choose () {as apparently the dialogue box reveals to much of the system structure}, it has been suggested to use a drop down menu, with a list of the companies and a link to the file.
Is such a thing possible in R and is there an easy-ish way of implementating it?
Regards,
Anthony.