I’m trying to upload and read a .csv file in my dashR application. However, I’m following the documentation Dash for R User Guide and Documentation | R & RStats | Plotly but the code posted here is not correct. First, I’m getting an error in my rstudio that base64_dec is not found so does anyone know what library this function extends from? The contents component of my upload component seems to be some encrypted string when I pass in my .csv file and I’m confused on how to proceed. I see that dash with python upload component works correctly but it uses the pandas library to read in the csv file, am I able to use this pandas library with R? Essentially, my problem is decoding the string stored in the upload component’s ‘contents’ section using dash with R.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
DashR upload component | 1 | 781 | February 20, 2020 | |
Dash Upload -- Upload Excel File | 1 | 1106 | December 21, 2018 | |
Data from file in dash - upload component | 17 | 24426 | June 29, 2021 | |
Dash Upload - Uploading a Text File | 2 | 5119 | March 6, 2018 | |
Is it possible to upload a csv file in Dash and also store it as a pandas DataFrame? | 4 | 635 | June 29, 2021 |