Dev
Showing 3 of 7 files from the diff.
Newly tracked file
R/redcap-read.R
changed.
Newly tracked file
R/redcap-report.R
changed.
Newly tracked file
R/redcap-read-oneshot.R
changed.
Other files ignored by Codecov
vignettes/TroubleshootingApiCalls.Rmd
has changed.
man/redcap_read.Rd
has changed.
man/redcap_report.Rd
has changed.
man/redcap_read_oneshot.Rd
has changed.
@@ -82,7 +82,7 @@
Loading
82 | 82 | #' [readr::read_csv()]. Optional. |
|
83 | 83 | #' @param guess_type A boolean value indicating if all columns should be |
|
84 | 84 | #' returned as character. If true, [readr::read_csv()] guesses the intended |
|
85 | - | #' data type for each column. |
|
85 | + | #' data type for each column. Ignored if `col_types` is not null. |
|
86 | 86 | #' @param guess_max Deprecated. |
|
87 | 87 | #' @param http_response_encoding The encoding value passed to |
|
88 | 88 | #' [httr::content()]. Defaults to 'UTF-8'. |
@@ -26,7 +26,7 @@
Loading
26 | 26 | #' @param col_types A [readr::cols()] object passed internally to |
|
27 | 27 | #' [readr::read_csv()]. Optional. |
|
28 | 28 | #' @param guess_type A boolean value indicating if all columns should be |
|
29 | - | #' returned as character. If false, [readr::read_csv()] guesses the intended |
|
29 | + | #' returned as character. If true, [readr::read_csv()] guesses the intended |
|
30 | 30 | #' data type for each column. Ignored if `col_types` is not null. |
|
31 | 31 | #' @param guess_max A positive [base::numeric] value |
|
32 | 32 | #' passed to [readr::read_csv()] that |
@@ -68,7 +68,7 @@
Loading
68 | 68 | #' @param col_types A [readr::cols()] object passed internally to |
|
69 | 69 | #' [readr::read_csv()]. Optional. |
|
70 | 70 | #' @param guess_type A boolean value indicating if all columns should be |
|
71 | - | #' returned as character. If false, [readr::read_csv()] guesses the intended |
|
71 | + | #' returned as character. If true, [readr::read_csv()] guesses the intended |
|
72 | 72 | #' data type for each column. Ignored if `col_types` is not null. |
|
73 | 73 | #' @param guess_max A positive [base::numeric] value |
|
74 | 74 | #' passed to [readr::read_csv()] that |
Files | Coverage |
---|---|
R | 95.80% |
Project Totals (38 files) | 95.80% |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.