R/SCFMonitorExample.R

Defines functions SCFMonitorExample

Documented in SCFMonitorExample

#' Acquire Path to SCFMonitor Example data
#'
#' Makes the TestData.log, a log file generated by Gaussian 16 for testing the package, easy to access.
#' @returns A string vector showing the path to
#' @export
#' @examples
#' FormOptiSCFConvergenceRoundTibble(SCFMonitorExample())
#'
#' @name SCFMonitorExample

SCFMonitorExample <- function() {
  system.file("extdata", "TestData.log", package = "SCFMonitor")
}

Try the SCFMonitor package in your browser

Any scripts or data that you put into this service are public.

SCFMonitor documentation built on Sept. 18, 2024, 5:09 p.m.