-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 971 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Generated by roxygen2: do not edit by hand
S3method(file_info,default)
S3method(file_path,default)
S3method(find_file,default)
S3method(here,default)
S3method(list_dirs,default)
S3method(list_files,default)
S3method(list_paths,default)
S3method(path_expand,"NULL")
S3method(path_expand,default)
S3method(search_file,"NULL")
S3method(search_file,default)
export("%FP%")
export(.Renviron)
export(.home)
export(dir_copy)
export(dir_create)
export(dir_exists)
export(dir_name)
export(dir_remove)
export(dir_rename)
export(dir_tmp)
export(file_copy)
export(file_create)
export(file_exists)
export(file_info)
export(file_name)
export(file_path)
export(file_remove)
export(file_rename)
export(file_symlink)
export(file_tmp)
export(find_file)
export(fp)
export(get_path)
export(here)
export(list_dirs)
export(list_files)
export(list_paths)
export(package_file)
export(path_expand)
export(pe)
export(read_access)
export(search_file)
export(symlink_exists)
export(write_access)