https://github.com/etiennebacher/ebmisc
Personal list of functions
https://github.com/etiennebacher/ebmisc
Last synced: 15 days ago
JSON representation
Personal list of functions
- Host: GitHub
- URL: https://github.com/etiennebacher/ebmisc
- Owner: etiennebacher
- Created: 2021-02-17T19:09:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T08:59:29.000Z (almost 4 years ago)
- Last Synced: 2025-04-01T22:18:48.240Z (21 days ago)
- Language: R
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - etiennebacher/ebmisc - Personal list of functions (R)
README
# ebmisc
This is a list of various functions I made. There's a bit of everything, not necessarily related, and **not necessarily thoroughly tested**. Anyone can use if it helps.
`unused_functions()`: find functions that are not used in a list of R files.
`is_package()`: detect if the environment is an R package.
`make_card_project()` and `make_grid_project()`: create a grid layout and add cards in it (used in distill website)