Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 201867

is there a way to display my project in r.io

$
0
0

R-shiny project doesn't display in rshiny.io, all tables and plots... btw the tables are found in the global environment ... below is the code i used to import my tables ...

url<-"https://www.dhis-minsante-cm.org/api/29/analytics.html+css?dimension=dx:kn0ScG54Z4l;nr3E9AvbyAG&dimension=ou:KhxybRbKa89;orPEzQ5K0XK;Z7JdkSa4yO2;oqHeeom53Hv;LslScPIVQsP;opxQwtJQRHC;wdOevcUfOFS;k26wZzs6fYn;oqLHsSVXdzk;jG4nvj2DZJS;Odf40VHD7Bd;sf0lRw9EaP9;bVqbHso7zuG;P53qHGjP5ea;a6igyUfKYv2;eCBn4bzVEHe;YbCOzKbwV6m;H4kDLr4FfJc;WUcgHBjUGZ8;yMByodWdZAi;jmmQSuJeLeh;c3Cb7mAhyDw;pMYMCeavd7V;konmi9aYeyu;Bg3XPAnBdtu;VS62PKgv1bg;q9vmFugOYR3;VFtIIsyrvuS;Wbp8At9KgCv;MUTMK6AtUWd&filter=pe:2019S1&displayProperty=NAME&tableLayout=true&columns=dx&rows=ou"
response<-getURL(url,userpwd="not important"
                 ,httpauth = 1L, header=FALSE,ssl.verifypeer = FALSE)
doc <- read_html(response)
tables <- html_table(doc)
CNLS_Cascade_TAR_PTME_desagregee <- tables[[1]] 

Viewing all articles
Browse latest Browse all 201867

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>