mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
17 lines
197 B
Markdown
17 lines
197 B
Markdown
|
|
# Test app for the import_file module
|
||
|
|
|
||
|
|
Test app for the import_file module
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
``` r
|
||
|
|
import_file_demo_app()
|
||
|
|
```
|
||
|
|
|
||
|
|
## Examples
|
||
|
|
|
||
|
|
``` r
|
||
|
|
if (FALSE) { # \dontrun{
|
||
|
|
import_file_demo_app()
|
||
|
|
} # }
|
||
|
|
```
|