InseadDataAnalytics / INSEADAnalytics

Other
122 stars 1.31k forks source link

Data for the next class #123

Open jovanajovicbonnet opened 6 years ago

jovanajovicbonnet commented 6 years ago

Hi, Anyone knows how to download files we need for the next class on mac? Thanks a lot.

andrewtlocke commented 6 years ago

Sure -- just like you would on a PC, download the files/folder as a zip file:

1) go to https://github.com/InseadDataAnalytics/INSEADAnalytics 2) click "Clone or Download" 3) download zip

This file will be about 7MB and simply has the folders shown on the git page.

Once you have the zip download, unzip it and move it to wherever you want (for example, into your DSB folder, if you keep one).

Then you need to direct R to where that folder is so you can call the files it contains. In R, do this by setting a new working directory - setwd("filepath"). You can make sure it worked with - getwd().

jovanajovicbonnet commented 6 years ago

Thanks a lot Andrew. The problem is that i don't see the "Clone or Download" button

VarunKShetty commented 6 years ago

Hey @jovanajovicbonnetmailto:notifications@github.com

Can you please share a screen-shot after you have navigated to the link Andrew shared?

-VK

From: jovanajovicbonnet notifications@github.com Reply-To: InseadDataAnalytics/INSEADAnalytics reply@reply.github.com Date: Monday, May 21, 2018 at 13:38 To: InseadDataAnalytics/INSEADAnalytics INSEADAnalytics@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [InseadDataAnalytics/INSEADAnalytics] Data for the next class (#123)

Thanks a lot Andrew. The problem is that i don't see the "Clone or Download" button

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/InseadDataAnalytics/INSEADAnalytics/issues/123#issuecomment-390630270, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALZ2PHsL_8Lmj-E-t5hdcRgyx4yRUwN3ks5t0qdCgaJpZM4UFsRq.

alvarolenza commented 6 years ago

Hi @VarunKShetty , I was having the same problem when accessing through the link sent to us by email, but using @andrewtlocke 's link it now works. Thanks! Alvaro

alvarolenza commented 6 years ago

Hey @andrewtlocke ,

I'm having this error in setting a new working directory: _Error in setwd("filepath") : cannot change working directory. Any insights on what might be the problem?

Alvaro

VarunKShetty commented 6 years ago

Hey Alvaro,

You have to replace "filepath" with the actual path to the file on your computer.

Sent from my mobile. Please excuse brevity and typos.

On May 22, 2018 09:42, alvarolenza notifications@github.com wrote:

Hey @andrewtlockehttps://github.com/andrewtlocke ,

I'm having this error in setting a new working directory: _Error in setwd("filepath") : cannot change working directory. Any insights on what might be the problem?

Alvaro

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/InseadDataAnalytics/INSEADAnalytics/issues/123#issuecomment-390894138, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALZ2PJGrIrxKaSar961_b6LU4V3eMWQkks5t08F-gaJpZM4UFsRq.

alvarolenza commented 6 years ago

Great, thanks @VarunKShetty

jovanajovicbonnet commented 6 years ago

Thanks @VarunKShetty

andrewtlocke commented 6 years ago

:) thanks @VarunKShetty