-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
50 lines (49 loc) · 1.33 KB
/
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
48
49
50
# Generated by roxygen2: do not edit by hand
S3method(plot,ices_standardgraph_list)
S3method(print,ices_standardgraph_list)
S3method(print,sag.data.frame)
S3method(print,sag.list)
export(createSAGxml)
export(findAssessmentKey)
export(getCustomColumns)
export(getFishMortality)
export(getFishStockReferencePoints)
export(getFishingMortalityGraph)
export(getFishingMortalityHistoricalPerformance)
export(getLandingsGraph)
export(getLatestStockAdviceList)
export(getListStocks)
export(getRecruitmentGraph)
export(getRecruitmentHistoricalPerformance)
export(getSAG)
export(getSAGGraphs)
export(getSAGSettingsForAStock)
export(getSAGTypeGraphs)
export(getSAGTypeSettings)
export(getSSBHistoricalPerformance)
export(getSpawningStockBiomassGraph)
export(getStockDownloadData)
export(getStockStatusTable)
export(getStockStatusValues)
export(getSummaryTable)
export(getYSSB)
export(getstock_recruitment)
export(ices_get)
export(ices_post)
export(readSAGxml)
export(sag_api)
export(sag_messages)
export(sag_use_token)
export(setSAGSettingForAStock)
export(stockFishdata)
export(stockInfo)
importFrom(cachem,cache_mem)
importFrom(httr,GET)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,parse_url)
importFrom(icesConnect,ices_get_jwt)
importFrom(icesConnect,ices_post_jwt)
importFrom(memoise,memoise)
importFrom(rlang,hash)
importFrom(utils,type.convert)