TabViewer/tabview

Support in R

Closed this issue · 2 comments

Hello, thanks for this very nice tool !
I was wondering if you would consider adding a R support the same way you did in python.

R> library(data.table)
R> data = fread('myFile.csv') # fread automagically detect separators ... 
R> library(tabview) # this could be a package
R> tabview(data) #would show the data in tabview

Hello, sorry I did not realize this was a python project, and though that was a C++ project.
In the former case that would have been fairly vanilla given how easy it is to integrate C++ libs in R.
I did not find anything looking like tabview as a R package, there is a built in viewer in Rstudio though.
Sorry for the noob question, I'll stay with the command line tool.