docIDcomputed: Create compute DocID with system user and compute time

Description Usage Arguments Value Examples

View source: R/witchDoc.R

Description

Create compute DocID with system user and compute time

Usage

1
2
3
4
5
docIDcomputed(
  gitTF = TRUE,
  gitRepo = getwd(),
  parentFile = parent.frame(2)$ofile
)

Arguments

gitTF

Logical whether to include git information

gitRepo

path to git repository (defaults to working directory)

parentFile

filename of source file

...

arguments to sourceFinder

Value

data.frame

Examples

1
2
3
4
5
# Requires internet connection to access GitHub.
## Not run: 
docIDcomputed()

## End(Not run)

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.