CDK-R / cdkr

Integrating R and the CDK
https://cdk-r.github.io/cdkr/
42 stars 27 forks source link

wishlist: load.molecules with a single file name #5

Closed egonw closed 12 years ago

egonw commented 12 years ago

So that I do not have to wrap that single file name into a c()

rajarshi commented 12 years ago

You don't need to wrap it in c() - just specify a single character object

mols <- load.molecules("Fragments2.sdf", verbose=T)

egonw commented 12 years ago

Oh, cool. I guess it was confounded with my fragments SDF not being readable... I'll check later what is wrong with that file. Another SD file I tried works fine.