1

My group is working on an android application which must: -query a database -modify some of the data returned -pass the data to r for some statistical analysis (do a boxcox) -receive the result as a vector

Can this be done with JRI? Is it even possible to utilize R in an android application?

2 Answers 2

1

There is nothing native built in. But referring to this thread you may have the possibilty to send your data to a server where the data are computed and send the results back?

Sign up to request clarification or add additional context in comments.

Comments

0

Do you mean the R that is the list of integer references in Android? It's certainly accessible, but is read only.

ie.

R.id.my_item
R.string.my_string
R.color.my_color

1 Comment

Sorry, I'm referring to the statistical software R.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.