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

subset expression not being accepted #154

Open
fwaris opened this issue Jul 4, 2015 · 0 comments
Open

subset expression not being accepted #154

fwaris opened this issue Jul 4, 2015 · 0 comments
Labels
Type: Bug Something is broken!

Comments

@fwaris
Copy link

fwaris commented Jul 4, 2015

I am trying to pass an expression to the subset(..) function as in:

#load "../packages/RProvider.1.1.12/RProvider.fsx"
//install UsingR first

open RDotNet
open RProvider
open RProvider.``base``
open RProvider.UsingR

//this does not work. Result is  not a subset but the original dataset
let s = R.subset(R.father_son, "round(fheight) == 71")

The expression passed in has no effect on the output. The same expression works fine in R console.

Ordinarily one does not need to use subset() function as F# equivalent should work fine. However, in this case I am trying to convert some existing R code to F#. I want the same results as in R and then make more changes to make the code F# specific.

@dsyme dsyme added the Type: Bug Something is broken! label Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something is broken!
Projects
None yet
Development

No branches or pull requests

2 participants