-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
64 lines (63 loc) · 1.98 KB
/
NAMESPACE
File metadata and controls
64 lines (63 loc) · 1.98 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Generated by roxygen2: do not edit by hand
export(BWB_RAIN_GAUGES)
export(distanceToNeighbour)
export(gaugeNamesShort)
export(getAggregatedBwbRainDataFromExcelFiles)
export(getBwbRainDataFromExcelFiles)
export(getGaugeDistances)
export(getGaugeInfo)
export(getPiColumnRenames)
export(get_PI_data_Halensee)
export(get_overview_of_columns)
export(hsGetAllGsData1)
export(hsGetGsData2)
export(hsGsData1ToList)
export(mdb_rain_meta)
export(readAllBwbCorrections)
export(readAllBwbCumulativeHeights)
export(readAllBwbSignals)
export(readBwbRainCorrection)
export(readBwbRainData)
export(readBwbRainFromCsv2)
export(readPackageFile)
export(readYearlyRainHeightsFromOneCsvFile)
export(read_BWB_rain_correction)
export(read_BWB_rain_correction_long)
export(read_BWB_rain_correction_wide_day)
export(read_BWB_rain_correction_wide_gauge)
export(read_Neubrandenburg_Data)
export(read_SenatesGrabSampleCsvFiles_long)
export(read_SenatesGrabSampleCsvFiles_wide)
export(read_cctv_from_xml_be)
export(read_qin_file)
export(read_rain)
export(read_xml_as_path_value)
importFrom(janitor,make_clean_names)
importFrom(kwb.db,hsGetTable)
importFrom(kwb.db,hsSqlQuery)
importFrom(kwb.db,sqlForSelect)
importFrom(kwb.en13508.2,getCodes)
importFrom(kwb.file,to_subdir_matrix)
importFrom(kwb.utils,asNoFactorDataFrame)
importFrom(kwb.utils,catAndRun)
importFrom(kwb.utils,catIf)
importFrom(kwb.utils,fullySorted)
importFrom(kwb.utils,isNaOrEmpty)
importFrom(kwb.utils,moveColumnsToFront)
importFrom(kwb.utils,moveToFront)
importFrom(kwb.utils,multiSubstitute)
importFrom(kwb.utils,noFactorDataFrame)
importFrom(kwb.utils,parallelNonNA)
importFrom(kwb.utils,pasteColumns0)
importFrom(kwb.utils,removeColumns)
importFrom(kwb.utils,renameColumns)
importFrom(kwb.utils,resetRowNames)
importFrom(kwb.utils,selectColumns)
importFrom(kwb.utils,setColumns)
importFrom(kwb.utils,stringList)
importFrom(stats,reshape)
importFrom(xml2,read_xml)
importFrom(xml2,xml_children)
importFrom(xml2,xml_ns_strip)
importFrom(xml2,xml_path)
importFrom(xml2,xml_text)