I want to set the decimal place rounding for RStudio to a specific default.
For example, I want all numbers in my output for a given script to be rounded to 12 decimal places.
Here are my questions: -Is this even possible? -Can I use 1 line of code from the beginning of my script to accomplish this task? -Do I have to repeat this over and over again to accomplish this task? -Is there any other method to accomplish this task.
Thanks.