addPersonnel: addPersonnel

Description Usage Arguments Examples

View source: R/addPersonnel.R

Description

Keeping track of who's working on your project with you can be really hard. Take notes! Make a personnel log. If the log has not been initialised, this function will create one. You can add new people to the log as you meet them. Currently, any edits to the file need to be manually made. The file is held as a csv so non-R users on your project can access it without R.

Usage

1
addPersonnel(consult_path, client, name, contact_details, projects, notes)

Arguments

consult_path

, string: path the consulting files are found on

client

, string: name of the client

name

, string: name of personnel to be added to the log

contact_details

, string: contact details of the person

projects,

string: project(s) the person works on

notes

, string: notes about the person, e.g. concerns they may have about the project, something they need.

Examples

1
2
addPersonnel("~/practice", "RStars", "Jenny Bryan", "123 Fantastic Lane",
              "usethis", "is really awesome")

stephdesilva/consultthat documentation built on May 30, 2019, 11:46 a.m.