https://github.com/ksetdekov/work-tools
auxilary r and vba code
https://github.com/ksetdekov/work-tools
Last synced: 3 months ago
JSON representation
auxilary r and vba code
- Host: GitHub
- URL: https://github.com/ksetdekov/work-tools
- Owner: ksetdekov
- License: gpl-3.0
- Created: 2019-09-24T05:38:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T06:23:17.000Z (over 5 years ago)
- Last Synced: 2024-08-13T07:11:28.345Z (6 months ago)
- Language: R
- Size: 1.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ksetdekov/work-tools - auxilary r and vba code (R)
README
# work-tools
auxilary r and vba codeэта папка создана для внутреннего обмена полезным кодом, используемым для обработки данных
### настройка кнопки gitignore в GitGui
```
git config --global guitool."Add to .gitignore".cmd $'echo "\n$FILENAME" >> .gitignore & git add .gitignore'
git config --global guitool."Add to .gitignore".needsfile yes
git config --global guitool."Add to .gitignore".confirm yes
```