mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 17:42:10 +01:00
18 lines
197 B
Markdown
18 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()
|
||
|
|
} # }
|
||
|
|
```
|