You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Prerequisites
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 atextConnection
, pass it toread.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 atext=
arguments, like indata.table::fread()
,utils::read.table()
, andread.tree()
The text was updated successfully, but these errors were encountered: