File: get_Rscript_filename.Rd

package info (click to toggle)
r-cran-getopt 1.20.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 112 kB
  • sloc: makefile: 1
file content (15 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\name{get_Rscript_filename}
\alias{get_Rscript_filename}
\title{Returns file name of calling Rscript}
\usage{
  get_Rscript_filename()
}
\value{
  A string with the filename of the calling script.  If not
  found (i.e. you are in a interactive session) returns NA.
}
\description{
  \code{get_Rscript_filename} returns the file name of
  calling Rscript
}