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

[feature request] text= argument for read.raxml function #122

Open
3 tasks done
Fan-iX opened this issue Jan 10, 2024 · 0 comments
Open
3 tasks done

[feature request] text= argument for read.raxml function #122

Fan-iX opened this issue Jan 10, 2024 · 0 comments

Comments

@Fan-iX
Copy link

Fan-iX commented Jan 10, 2024

Prerequisites

  • make sure your are using the latest release version
  • read the documents
  • google your quesion/issue

Describe you issue

Sometimes I have some raxml tree strings in my R session. If I want to read them through read.raxml, I have to create a textConnection, pass it to read.raxml and close it afterward, which takes a lot of unnecessary steps and makes it inconvenient in pipes.

It would be nice if raxml strings could be passed directly to the read.raxml function through a text= arguments, like in data.table::fread(), utils::read.table(), and read.tree()

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

1 participant