https://github.com/Appsilon/community-gists
In this repository, you will find all the code from our blog posts, social posts, videos and so on.
https://github.com/Appsilon/community-gists
Last synced: 4 months ago
JSON representation
In this repository, you will find all the code from our blog posts, social posts, videos and so on.
- Host: GitHub
- URL: https://github.com/Appsilon/community-gists
- Owner: Appsilon
- Created: 2022-11-29T14:13:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T23:45:01.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:11:22.300Z (8 months ago)
- Language: R
- Size: 773 KB
- Stars: 11
- Watchers: 14
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Appsilon/community-gists - In this repository, you will find all the code from our blog posts, social posts, videos and so on. (R)
README
# Appsilon Community
In this repository, you will find all the code from our blog posts, social posts, videos and so on.## For Developers (internal)
Please make sure you adhere to the correct folder when placing content. This will ensure it is easy to find for anyone curious enough to find it.A general structure can be as follows:
- project1
- descriptive_folder_1/code1.R
- descriptive_folder_2/code2.R
- descriptive_filename_1.R
- descriptive_filename_2.R
- project2
- descriptive_folder_1/code1.R
- descriptive_folder_2/code2.R
- descriptive_filename_1.R
- descriptive_filename_2.R
If the example belongs to no project, feel free to use the `misc` directory.
## For Developers (external)
If you find some error/problem with the code, feel free to raise an Issue and we would be happy to look into it.