nanxstats / r-base-shortcuts

⚡ Base R shortcuts: A collection of lesser-known but powerful idioms and coding patterns for writing concise and fast R code
https://nanx.me/blog/post/r-base-shortcuts/
158 stars 16 forks source link

add `factor` example #1

Closed elong0527 closed 1 year ago

elong0527 commented 1 year ago
  1. add factor example
  2. add outer example
  3. add stepfun example
elong0527 commented 1 year ago

Maybe you can also consider a place to list additional resources?

e.g. this small book dedicate on base R data manipulation. https://link.springer.com/book/10.1007/978-0-387-74731-6

nanxstats commented 1 year ago

Thanks! Merged. The resources section sound like a good idea!

nanxstats commented 1 year ago

I added a "further reading" section and included the Data Manipulation with R book.