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

can't load .txt file in shiny #12

Open
MercedesBengochea opened this issue Oct 18, 2019 · 2 comments
Open

can't load .txt file in shiny #12

MercedesBengochea opened this issue Oct 18, 2019 · 2 comments

Comments

@MercedesBengochea
Copy link

Dear Julian,
I'm trying to analyze some data using CeTrAn via shiny. I'm running it in a Linux machine. I can set the output and input directory, however, I can't load the file table (txt file) properly. What I got is the following:

example of .txt file:
abc.xml def

example of what I get in shiny:
V1
a
b
c
.
x
m
l

d
e
f

I also tried to load your .txt file (groupscs.txt) and I got the same result.
Any suggestion?
Thanks in advance,
Mercedes.

@MercedesBengochea
Copy link
Author

I forgot to mention that when I use R base, I can load the file perfectly fine. By running the following:
data<-read.csv("~/groupscs.txt", sep = "\t", header=FALSE)

@jcolomb
Copy link
Owner

jcolomb commented Oct 18, 2019 via email

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