Xplorerr Package/Library

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()

We don't really have enough info to help you out. Could you ask this with a minimal REPRoducible EXample (reprex)? A reprex makes it much easier for others to understand your issue and figure out how to help.

1 Like

Thank you for your interests.

Maybe someone can help to me in this community handle with this question.
Btw I can't upload more than 1 picture so my question is a little basic explain about my issue.

Sincerely.

There is no need to post pictures, you should post your actual code and output, also to increase your chances of getting help, please try to elabore a little more in your question, because as it is right now, is hard to understand what your problem actually is.