Skip to content

allow output of runRole to be input of subsequent call to runRole #150

@ajrominger

Description

@ajrominger

Something like this:

p <- roleParams()

m <- roleModel(p)

# first batch
r1 <- runRole(m)

# 2nd batch
r2 <- runRole(r1)

# 3rd batch
r3 <- runRole(r2)

# keep going.....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions