R/globals.R

# enleve les faux positifs du check
globalVariables(
  unique(c(
    ".",
    "notify",
    "notifier",
    "name",
    "project",
    "time",
    "case_when",
    "full_join" ,
    "tribble",
    "id","start","duration","pretty_duration",'project_name','description','pid','wid',
    # get_summary_report
    "total_currencies", "title", "id", "fullname", "time", "items"
  ))
)

Try the togglr package in your browser

Any scripts or data that you put into this service are public.

togglr documentation built on July 11, 2022, 9:06 a.m.