Skip to content

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

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.....

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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