What have you tried so far? It would be helpful to format your data in a way that's easier for others to import into their R environment. See:
- FAQ: What's a reproducible example (`reprex`) and how do I do one?
- Best Practices: how to prepare your own data for use in a `reprex` if you can’t, or don’t know how to reproduce a problem with a built-in dataset?.
Using either dparse
or dput
makes for data that can be conveniently copy pasted into an R console.