Learn R Programming

smooth (version 2.5.5)

sowhat: Function returns the ultimate answer to any question

Description

You need description? So what?

Usage

sowhat(...)

Arguments

...

Any number of variables or string with a question.

Value

It doesn't return any value, only messages. So what?

Details

You need details? So what?

References

See Also

Nowwhat (to be implemented),

Examples

Run this code
# NOT RUN {
x <- rnorm(10000,0,1);
sowhat(x);

sowhat("What's the meaning of life?")

sowhat("I don't have a girlfriend.")

# }

Run the code above in your browser using DataLab