Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <psolymos@gmail.com>
  • Loading branch information
psolymos committed Oct 30, 2022
1 parent a55fae8 commit 375ef11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Rscript iris.R --species virginica

``` bash
Rscript iris.R --species setosa --verbose
# 2022-10-21 18:54:00 - Started
# 2022-10-29 20:15:37 - Started
# Getting summaries for species setosa
# Sepal.Length Sepal.Width Petal.Length Petal.Width
# Min. :4.300 Min. :2.300 Min. :1.000 Min. :0.100
Expand All @@ -413,12 +413,12 @@ Rscript iris.R --species setosa --verbose
# Mean :5.006 Mean :3.428 Mean :1.462 Mean :0.246
# 3rd Qu.:5.200 3rd Qu.:3.675 3rd Qu.:1.575 3rd Qu.:0.300
# Max. :5.800 Max. :4.400 Max. :1.900 Max. :0.600
# 2022-10-21 18:54:00 - Done
# 2022-10-29 20:15:37 - Done
```

``` bash
Rscript iris.R --species maxima --verbose
# 2022-10-21 18:54:00 - Started
# 2022-10-29 20:15:37 - Started
# Error: Provide a valid species
# Execution halted
```
Expand All @@ -445,15 +445,15 @@ Rscript mtcars.R

``` bash
Rscript mtcars.R --verbose --vars cyl
# 2022-10-21 18:54:00 - Started
# 2022-10-29 20:15:37 - Started
# (Intercept) cyl
# 37.88458 -2.87579
# 2022-10-21 18:54:00 - Done
# 2022-10-29 20:15:37 - Done
```

``` bash
Rscript mtcars.R --verbose --vars cal
# 2022-10-21 18:54:00 - Started
# 2022-10-29 20:15:37 - Started
# Error: Not valid variable
# Execution halted
```
Expand Down
5 changes: 4 additions & 1 deletion man/rconfig.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 375ef11

Please sign in to comment.