Skip to content

Handle annotations other than "X" #3

@GregorDeCillia

Description

@GregorDeCillia

Currently, as.data.frame() inserts NA values whenever the annotation "X" is applied to a cell value.

annotations <- get_annotations(x, i)
if (recode_na)
values[annotations == "X"] <- NA

Figure out if this makes sense for other annotations and handle those cases in as.data.frame() accordingly.

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions