Skip to content

Try to perform struct method but coreced to R-typed object #4

Open
@renkun-ken

Description

@renkun-ken

Some types of objects created by CLR are by default coerced to R-typed objects. For example,

library("rClr")
dt1 <- clrNew("System.DateTime", year = 2015L, month = 12L, day = 10L)

dt1 will be a POSIXct object in R. How can I call System.DateTime.AddDays method to the original object?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions