dataMaid icon indicating copy to clipboard operation
dataMaid copied to clipboard

An R package for data screening

Results 15 dataMaid issues
Sort by recently updated
recently updated
newest added

Hello, I love the function makeDataReport and I use it often in my work. One thing that I would really love is the possibility of making changes to the baseline...

enhancement

I might be missing something, but it looks like there is no way to have dataset level metadata attached to a codebook. Things like: - Title - Description - Purpose...

Hi, Firstly thank you for that awesome handy package ! I have used it with English labeled data until recently trying it on with French. From what I understood the...

I was working with some survey data in which a number of open-ended text responses included atypical unicode characters that broke latex compilation (though could work with xelatex). These text...

Dear @ekstroem , would it be possible to add github_document as an output format? Same document as the .Rmd for `output: html`, but then with `output: github_document`! Best, CJ

enhancement

This little bit of code will produce an error if `output="html"` is removed or changed to `output="pdf"` when calling `makeDataReport()`. ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` ## R Markdown...

bug

This is a planned extension of dataMaid. Feel free to add suggestions or comments. Together with the three existing dataMaid data screening steps (summarize, visualize and check), we will add...

I have a feature wish for data inputting in the online tool: **check for unique identifiers**. That is, specify which variable(s) uniquely identify an observation (a.k.a. a record, a row...

enhancement

Each time I run one of those command a pdf is generated as it should. But my R Studio is always freezed and I have to restart a session or...

It would be useful to have an executive summary page near the start of the report generated by clean that provides an overview of any problems found. (This is particularly...

enhancement