1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,22 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/options.R |
|
3 |
+\name{omnipath_get_config_path} |
|
4 |
+\alias{omnipath_get_config_path} |
|
5 |
+\title{Current config file path} |
|
6 |
+\usage{ |
|
7 |
+omnipath_get_config_path(user = FALSE) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{user}{Logical: prioritize the user level config even if a config in |
|
11 |
+the current working directory is available.} |
|
12 |
+} |
|
13 |
+\value{ |
|
14 |
+Character: path to the config file. |
|
15 |
+} |
|
16 |
+\description{ |
|
17 |
+Current config file path |
|
18 |
+} |
|
19 |
+\examples{ |
|
20 |
+omnipath_get_config_path() |
|
21 |
+ |
|
22 |
+} |