Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
計画ツールとしてRを使う/Use_of_R_as_a_planning_tool
Search
florets1
December 05, 2022
0
480
計画ツールとしてRを使う/Use_of_R_as_a_planning_tool
florets1
December 05, 2022
Tweet
Share
More Decks by florets1
See All by florets1
Rで学ぶデータハンドリング入門/Introduction_to_Data_Handling_with_R
florets1
0
85
人工知能はクロスジョインでできている/AI_Is_Built_on_Cross_Joins
florets1
0
63
仮説の取扱説明書/User_Guide_to_a_Hypothesis
florets1
4
390
複式簿記から純資産を排除する/eliminate_net_assets_from_double-entry_bookkeeping
florets1
1
410
カイ二乗検定は何をやっているのか/What_Does_the_Chi-Square_Test_Do
florets1
7
2.4k
直積は便利/direct_product_is_useful
florets1
3
430
butterfly_effect/butterfly_effect_in-house
florets1
1
240
データハンドリング/data_handling
florets1
2
240
カイ二乗検定との遭遇/The_path_to_encountering_the_chi-square_test
florets1
1
300
Featured
See All Featured
Embracing the Ebb and Flow
colly
88
4.8k
How to Ace a Technical Interview
jacobian
280
24k
Docker and Python
trallard
46
3.6k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
890
Making Projects Easy
brettharned
119
6.4k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
A Tale of Four Properties
chriscoyier
160
23k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Faster Mobile Websites
deanohume
310
31k
Why Our Code Smells
bkeepers
PRO
339
57k
Designing Experiences People Love
moore
142
24k
Transcript
1 2022.12.10 Japan.R 計画ツールとしてRを使う
2 倉庫 工場
倉庫.csv 工場.csv
None
None
None
None
運送 8 倉庫 工場
倉庫.csv 工場.csv 運送.csv
None
祝日がからんだり、関係者が増えると計画は大変。それを自動化できる。 パイプライン演算子(%>%)で、つなげて書けるのわかりやすい。 出荷日から納品日を求めるロジックを考えた。するといつのまにか逆方向のロジックも完成していた。 宣言的でロジックにもれがない。 うれしいこと