Hello guys,
I have a question about the "xplorerr package" that include its own interface, so I can't share the codes.
I have a dataset which is stata format, shortly .dta ,
I am running
library(xplorerr)
app_descriptive()
The interface is opening and than uploading my datas to interface,
We have 3 or 4 pages regardless with our statistical things I mean choosing variables, filter data...
The final page is approve your changes, but stuck in there I can not do any progress after than.
All the related packages have been installed.
App : https://www.rsquaredcomputing.com/shiny/xplorerr/
This tool is very good for your statistic datas to show easily and more fascinating what you want.
I solved the problem. The problem related with the shinycssloaders
.
If anyone take that kind of a stuck the last page who must run this codes
devtools::install_github("rsquaredacademy/xplorerr")
library(xplorerr)
app_descriptive()