Skip to content

Commit

Permalink
Merge pull request #15 from gbganalyst/data-dictionary
Browse files Browse the repository at this point in the history
Updated readme file
  • Loading branch information
gbganalyst authored Nov 25, 2023
2 parents a3593bf + 3a419a4 commit 55549b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 46 deletions.
29 changes: 8 additions & 21 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -79,32 +79,19 @@ library(dplyr)

This section provides a concise overview of the different functions available in the `bulkreadr` package. These functions serve various purposes and are designed to handle importing of data in bulk.

- [`read_excel_workbook()`](#read_excel_workbook)
| Functions to Import Data | Other Functions |
|--------------------------------------|-----------------------------------------|
| [`read_excel_workbook()`](#read_excel_workbook) | [`generate_dictionary()`](#generate_dictionary) |
| [`read_excel_files_from_dir()`](#read_csv_files_from_dir) | [`look_for()`](#look_for) |
| [`read_csv_files_from_dir()`](#read_csv_files_from_dir) | [`pull_out()`](#pull_out) |
| [`read_gsheets()`](#read_gsheets) | [`convert_to_date()`](#convert_to_date) |
| [`read_spss_data()`](#read_spss_data) | [`inspect_na()`](#inspect_na) |
| [`read_stata_data()`](#read_stata_data) | [`fill_missing_values()`](#fill_missing_values) |

- [`read_excel_files_from_dir()`](#read_csv_files_from_dir)

- [`read_csv_files_from_dir()`](#read_csv_files_from_dir)

- [`read_gsheets()`](#read_gsheets)

- [`read_spss_data()`](#read_spss_data)

- [`read_stata_data()`](#read_stata_data)


## Other functions in `bulkreadr` package:

- [`generate_dictionary()`](#generate_dictionary)

- [`look_for()`](#look_for)

- [`pull_out()`](#pull_out)

- [`convert_to_date()`](#convert_to_date)

- [`inspect_na()`](#inspect_na)

- [`fill_missing_values()`](#fill_missing_values)


**Note:**
Expand Down
33 changes: 8 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,31 +76,14 @@ This section provides a concise overview of the different functions
available in the `bulkreadr` package. These functions serve various
purposes and are designed to handle importing of data in bulk.

- [`read_excel_workbook()`](#read_excel_workbook)

- [`read_excel_files_from_dir()`](#read_csv_files_from_dir)

- [`read_csv_files_from_dir()`](#read_csv_files_from_dir)

- [`read_gsheets()`](#read_gsheets)

- [`read_spss_data()`](#read_spss_data)

- [`read_stata_data()`](#read_stata_data)

## Other functions in `bulkreadr` package:

- [`generate_dictionary()`](#generate_dictionary)

- [`look_for()`](#look_for)

- [`pull_out()`](#pull_out)

- [`convert_to_date()`](#convert_to_date)

- [`inspect_na()`](#inspect_na)

- [`fill_missing_values()`](#fill_missing_values)
| Functions to Import Data | Other Functions |
|-----------------------------------------------------------|-------------------------------------------------|
| [`read_excel_workbook()`](#read_excel_workbook) | [`generate_dictionary()`](#generate_dictionary) |
| [`read_excel_files_from_dir()`](#read_csv_files_from_dir) | [`look_for()`](#look_for) |
| [`read_csv_files_from_dir()`](#read_csv_files_from_dir) | [`pull_out()`](#pull_out) |
| [`read_gsheets()`](#read_gsheets) | [`convert_to_date()`](#convert_to_date) |
| [`read_spss_data()`](#read_spss_data) | [`inspect_na()`](#inspect_na) |
| [`read_stata_data()`](#read_stata_data) | [`fill_missing_values()`](#fill_missing_values) |

**Note:**

Expand Down

0 comments on commit 55549b4

Please sign in to comment.