datacomb
datacomb copied to clipboard
An interactive tool for exploring large, tabular datasets.
**Datacomb** is a super-nice pkg!. Thanks, Chris! Works 100% with iris, diamonds, mtcars... But no chart at all is shown for: library(palmerpenguins) Datacomb(penguins) The **penguins** DF shows a totally blank...
Any thoughts on this?
I interest with your project, but I want to ask about the Summary Stat. It's possible to show the summary stat based on what I filter? So, the summary stat...
Hi, I have installed the 1.1.2 version and am trying to use this package in shiny. However when I ran my application I saw the following error msg: Error in...
 
best I can tell: 1) only categorical columns are filtered with checkbox lists 2) only numeric columns get scatterplots since these two groups of columns seem to be mutually exclusive,...
I saw `htmlwidget` on the todo and I'd love to help. I will spend some time today getting acquainted with this fine piece of work.
``` js var dateFormat = d3.time.format("%Y-%m-%d"); // column defenition { label: 'Birthday', type: 'date', accessor: function(row) { return row.birthday }, dateParser: dateForamt.parse, format: dateFormat } ```
- Upload CSV(or other format) - select columns - select label