Hi,
I want to import excel file from github, but there is problem:
how can I solve it?
Hi,
Could you copy and paste the link?
https://github.com/L-1996-G/Stage-Migration-
Indeed I want to run Shiny App with following code:
shiny::runGitHub('Stage-Migration-', 'L-1996-G')
but there is following error:
I think this error is because in my shiny app code import data locally:
dt = read_excel('migration.xlsx')
And I want to change this code and import data from github.
Thank in advance
Okay, I thought as much. Unfortunately, this is an Excel file, so you cannot read it while it is hosted on Github. However, if you convert it to a csv
file, then you will be able to do it.
In case you don't know how to convert an Excel file to a csv file, it is fairly easy. Open your Excel file, then go to "Save as" in the "File" menu, then save it as a csv (comma-separated value).
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.