Skip to content

Commit

Permalink
Doc: Update document #287 #289
Browse files Browse the repository at this point in the history
  • Loading branch information
ybkamaleri committed Sep 1, 2022
1 parent 79af28d commit b91fb69
Show file tree
Hide file tree
Showing 21 changed files with 220 additions and 40 deletions.
7 changes: 4 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Generated by roxygen2: do not edit by hand

S3method(age_category,default)
S3method(age_category,val)
S3method(find_age_category,cat)
S3method(find_age_category,default)
S3method(find_age_category,val)
S3method(find_data,csv)
S3method(find_data,default)
S3method(find_data,dta)
Expand All @@ -11,7 +12,6 @@ S3method(find_data,none)
S3method(find_data,xls)
S3method(find_data,xlsx)
export(KHelse)
export(age_category)
export(debug_opt)
export(do_aggregate)
export(do_colname)
Expand All @@ -36,6 +36,7 @@ export(do_reshape_wide)
export(do_split)
export(do_year)
export(emoji)
export(find_age_category)
export(find_column_input)
export(find_column_multi)
export(find_column_multi_input)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- Use either `empty` or `tom` to represent regular expression to replace to since Access makes symbol `""` to be invisible (#285)
- Change function name from `see_org()` to `see_data()` for viewing data in the data warehouse.
- Use symbol `|` to separate multiple arguments in column `EXTRA` (#288)
- Group age to specific or specified interval with `AgeCat()`. This function can be use in table for filegroup under `EXTRA` column (#287 #289)

# orgdata 0.7.4
- Delete raw of similar columns with multiple specifications (#282)
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ make_filegroups(BEFOLKNING, LESEFERD, NEET)

- [Get started](https://helseprofil.github.io/orgdata/articles/get-started.html)
- [Functions overview](https://helseprofil.github.io/orgdata/reference/index.html)
- [Presentation slides](https://ybkamaleri.github.io/slides/2021-08-24-orgdata/#1)
- [General guide](https://helseprofil.github.io)
- [Conventions](https://github.com/helseprofil/orgdata/blob/main/dev/standard.org)
- [Video guide](https://youtu.be/PhEQq4iWJCY)

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ make_filegroups(BEFOLKNING, LESEFERD, NEET)
started](https://helseprofil.github.io/orgdata/articles/get-started.html)
- [Functions
overview](https://helseprofil.github.io/orgdata/reference/index.html)
- [Presentation
slides](https://ybkamaleri.github.io/slides/2021-08-24-orgdata/#1)
- [General guide](https://helseprofil.github.io)
- [Conventions](https://github.com/helseprofil/orgdata/blob/main/dev/standard.org)
- [Video guide](https://youtu.be/PhEQq4iWJCY)
2 changes: 1 addition & 1 deletion docs/index.html

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

2 changes: 2 additions & 0 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ articles:
get-started: get-started.html
sepaafil: sepaafil.html
standard: standard.html
last_built: 2022-08-19T15:42Z
last_built: 2022-09-01T12:33Z
urls:
reference: https://helseprofil.github.io/orgdata/reference
article: https://helseprofil.github.io/orgdata/articles
Expand Down
16 changes: 10 additions & 6 deletions docs/reference/do_extra_args.html

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

Loading

0 comments on commit b91fb69

Please sign in to comment.