Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 1, 2023
1 parent ca7fb65 commit 0bfdc58
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,26 @@ tail(falrec, 20)
#> # A tibble: 20 × 5
#> data tipo evento tamanho n
#> <date> <chr> <chr> <chr> <dbl>
#> 1 2023-05-01 rec def micro 50
#> 2 2023-05-01 rec def media 28
#> 3 2023-05-01 rec def grande 10
#> 4 2023-05-01 rec def total 88
#> 5 2023-06-01 fal req micro 41
#> 6 2023-06-01 fal req media 19
#> 7 2023-06-01 fal req grande 19
#> 8 2023-06-01 fal req total 79
#> 9 2023-06-01 fal dec micro 46
#> 10 2023-06-01 fal dec media 13
#> 11 2023-06-01 fal dec grande 6
#> 12 2023-06-01 fal dec total 65
#> 13 2023-06-01 rec req micro 63
#> 14 2023-06-01 rec req media 26
#> 15 2023-06-01 rec req grande 3
#> 16 2023-06-01 rec req total 92
#> 17 2023-06-01 rec def micro 51
#> 18 2023-06-01 rec def media 21
#> 19 2023-06-01 rec def grande 6
#> 20 2023-06-01 rec def total 78
#> 1 2023-07-01 rec def micro 32
#> 2 2023-07-01 rec def media 25
#> 3 2023-07-01 rec def grande 8
#> 4 2023-07-01 rec def total 65
#> 5 2023-08-01 fal req micro 58
#> 6 2023-08-01 fal req media 25
#> 7 2023-08-01 fal req grande 20
#> 8 2023-08-01 fal req total 103
#> 9 2023-08-01 fal dec micro 36
#> 10 2023-08-01 fal dec media 16
#> 11 2023-08-01 fal dec grande 4
#> 12 2023-08-01 fal dec total 56
#> 13 2023-08-01 rec req micro 91
#> 14 2023-08-01 rec req media 31
#> 15 2023-08-01 rec req grande 13
#> 16 2023-08-01 rec req total 135
#> 17 2023-08-01 rec def micro 70
#> 18 2023-08-01 rec def media 31
#> 19 2023-08-01 rec def grande 11
#> 20 2023-08-01 rec def total 112
```

Também é possível baixar a base diretamente do site através da função
Expand Down
Binary file modified man/figures/README-grafico-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0bfdc58

Please sign in to comment.