Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support in R #157

Closed
statquant opened this issue Apr 11, 2018 · 2 comments
Closed

Support in R #157

statquant opened this issue Apr 11, 2018 · 2 comments

Comments

@statquant
Copy link

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
@wavexx
Copy link
Member

wavexx commented Apr 11, 2018 via email

@statquant
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants