Skip to content

Deadline Functionality #4

Description

@jarrod-dalton

We could make a deadlines() function that is basically a dedicated print method for displaying upcoming deadlines.

deadlines <- function(horizon = Inf){
  projects() %>%
    filter(!is.na(deadline)) %>%
    arrange(deadline)
}

Maybe there could be a .Renviron object that allows the user to have their deadlines displayed whenever the projects package is loaded.

Come to think of it, I'd prefer to see projects() output whenever the package is loaded, without having to additionally type projects() to see it. So the .Renviron parameter could be something like c("projects", "deadlines", "both")

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

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions