Kangjie Zhang
Kangjie Zhang
From [`write_xpt` documentation](https://haven.tidyverse.org/reference/read_xpt.html#arguments): > Note that although SAS itself supports dataset labels up to 256 characters long, dataset labels in SAS transport files must be [1] 88 tmp [1] 16...
Would it be possible to document a list of retained metadata when using `read_sas`, `read_xpt`, `write_xpt`? to help users understand which metadata is kept through read, as well as the...
Is the following example a bug in `near`? ```r > near(1.1 * 100 * 10^200, 110 * 10^200) [1] FALSE ``` _Originally posted by @bundfussr in https://github.com/pharmaverse/admiral/issues/2060#issuecomment-1691876301_ The same example...
[Sec 2.4 Lists](https://advanced-r-solutions.rbind.io/vectors.html#lists) Q2 answer: > Note that [as.vector()](https://rdrr.io/r/base/vector.html) and [is.vector()](https://rdrr.io/r/base/vector.html) use different definitions of “vector!” ``` > is.vector(as.vector(mtcars)) > #> [1] FALSE ``` The above output is correct for...
> Regarding the `non-ascii` I suggest we should allow utf8 characters (including Chinese, Japanese ...etc), For eSubmission in China, one of the request is translate the foreign language data package...
To enhance the usage of metadata, what do you think of adding the following information to the `metacore` object? 1. a column of functions used for derivation in `metacore$var_spec` and...
Current `spec_type_to_var_spec` combines multiple rows into one when `variable, length, label, type` are the same, but formats are different, e.g., below two rows from `Variables` sheet are considered as one...
### Background Information In `derive_vars_transposed`, if `dataset_merge` contains extra variables that not specified in `by_vars/key_var/value_var` , they will be treated as grouping variables. Example: `test` is a redundant variable that...
### Background Information https://github.com/pharmaverse/pharmaverseadam/issues/78 ### Definition of Done Derive `AVALU = EGSTRESU` in [ADEG template](https://github.com/pharmaverse/admiral/blob/main/inst/templates/ad_adeg.R)
### Background Information https://github.com/pharmaverse/pharmaverseadam/issues/78 ### Definition of Done add `AVALU` in [ADEX template](https://github.com/pharmaverse/admiral/blob/main/inst/templates/ad_adex.R)