Meteor.methods - call helper function and pass arguments

I have a Meteor.methods method that I want to be able to use to call a helper function, including passing it an argument. How can I do that?

What do you want to achieve?

I want to have the result of a Method call be written to the screen - and am wanting to use the helper to put it on the screen…

I hope that makes sense!

Abandoning this - chose to use session variables instead!