commentProjectInfo: commentProjectInfo

Description Usage Arguments Value Examples

Description

commentProjectInfo prints a comment to the console that includes relevant project information.

Usage

1
2
commentProjectInfo(ProjectName = "", Researcher = "", Statistician = "",
  StartDate = "", UpdateDate = "")

Arguments

ProjectName

Name of the current project

Researcher

Name of the researcher/client

Statistician

Name of the statistician/programmer

StartDate

Start date

UpdateDate

Updated date

Value

A comment printed to the console

Examples

1
2
3
4
5
#commentProjectInfo(ProjectName="This is the project name",
#                  Researcher = 'John Doe',
#                  Statistician = 'Andrew Taylor',
#                  StartDate = 'December 9, 2015',
#                 UpdateDate = '')

TaylorAndrew/atProjectManage documentation built on May 9, 2019, 4:24 p.m.