Skip to content

Commit

Permalink
modify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
super-lou committed Aug 30, 2024
1 parent 3b1d9ef commit ca2810b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ CARD_extraction(data %>% rename(Q=X),

Thus, you can place several CARDs in your `"analyse_1"` sub-directory for multiple analyses.

However, this copy/pasting action can be quite cumbersome and repetitive for large analyses. Therefore, with `CARD_management`, it is possible to automate the CARD copy/pasting from the CARD directory to an external temporary directory, like this:
However, this copy/pasting action can be quite cumbersome and repetitive for large analyses. Therefore, with `CARD_management()`, it is possible to automate the CARD copy/pasting from the CARD directory to an external temporary directory, like this:

``` r
CARD_management(CARD_path="path/to/CARD",
Expand Down

0 comments on commit ca2810b

Please sign in to comment.