I am relatively new to R and need help Generating a table with two rows. one having a mean of data sorted by year. the second having a difference of data by year. the Data isn't as important as how to link it to the years and then organizing it by year. any help or tips would be greatly appreciated
Asked
Active
Viewed 28 times
0
-
Can you please share your data using `dput()`? Kindly provide the reproducible example. – Saurabh Chauhan Oct 04 '18 at 14:05
-
1Please include a simple, minimal reproducible example with sample input and desired output that can be used to test and verify possible solutions – Carlos Xavier Bonilla Oct 04 '18 at 14:06
-
1Hi @Peyton, welcome on Stackoverflow. Check out [this guide](https://stackoverflow.com/a/5963610/9406040) on how to ask a good `R` question that will lead to a quick and productive answer. – Roman Oct 04 '18 at 14:08