blob: b0845fb4d279f1efcf844ab45afa5091dd20def4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# script_launchers
Code to run in either Python or R run scripts in either Python or R
## Next Package Design
Looks like we are ready to combine the functionalities. We need to define what the objectives are
## Considering only Python as "Master" and R as "Slave"
Functionalities
- Execute R script
- Thread R script
- Dialogue R script
- Parallel and/or Continuous?
- Import R Data
## Considering only R as "Master" and Python as "Slave"
Functionalities
- Execute Python script
- Dialogue Python script?
- Import Python Data
Because R does not have native threading
|