get_project_id: get_project_id

View source: R/get_project.R

get_project_idR Documentation

get_project_id

Description

retrieve project id

Usage

get_project_id(
  project_name = get_context_project(),
  api_token = get_toggl_api_token(),
  create = FALSE,
  client = NULL,
  workspace_id = get_workspace_id(api_token),
  color = NULL
)

Arguments

project_name

the project name

api_token

the toggl api token

create

boolean do you want to create the project if it doesnt exist ?

client

client name

workspace_id

workspace id

color

id of the color selected for the project


ThinkR-open/togglr documentation built on Feb. 20, 2024, 7:18 p.m.