Skip to content

Commit

Permalink
add: supported file types to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tin900 committed Dec 8, 2023
1 parent 90404f6 commit f79b2d4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,29 @@ vvdoctor::run_vvdoctor()

- Statistical Test Options: Once the variables are selected, the app will provide a list of statistical test options, such as t-tests, ANOVA, or correlation analysis. Choose the desired test and click on the "Run Test" button. The output of the test will be displayed, including the test statistic, p-value, and any additional relevant information.


## Supported File Extensions

Currently, the following file types are supported:

| Full File Type Name | Full Extension Name | Package | Parsable Arguments |
|----------------------|---------------------|---------|--------------------|
| R Data File | .RData | base | None |
| ASCII Text File | .asc | utils | None |
| Comma Separated Values File | .csv | utils | sep, header |
| Apache Feather File | .feather | feather | None |
| Fixed-Size File | .fst | fst | None |
| Apache Parquet File | .parquet | arrow | None |
| R Data File | .rda | base | None |
| R Data File | .rds | base | None |
| SPSS Data File | .sav | haven | None |
| Tab Separated Values File | .tsv | utils | sep, header |
| Text File | .txt | utils | sep, header |
| Microsoft Excel File | .xlsx | readxl | None |




## Example

Below is a screenshot of an example in `vvdoctor`.
Expand Down

0 comments on commit f79b2d4

Please sign in to comment.