Skip to content

openxlsx_setOp() fails with named list #215

@jmbarbone

Description

@jmbarbone

This was meant to implemented but there is a missing return() for the mapply(). Will be sending a PR for a fix with tests.

https://github.com/ycphs/openxlsx/blob/master/R/openxlsx.R#L134-L146

library(openxlsx)

x <- list(withFilter = TRUE, keepNA = TRUE)
openxlsx_setOp(x)
#> Error in as.list(value): argument "value" is missing, with no default

Created on 2021-07-02 by the reprex package (v2.0.0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions