We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418da0e commit 564b392Copy full SHA for 564b392
6 files changed
NAMESPACE
@@ -0,0 +1,13 @@
1
+# Generated by roxygen2: do not edit by hand
2
+
3
+export(BankAccount)
4
+export(CheckingAccount)
5
+export(SavingsAccount)
6
+export(add_interest)
7
+export(deposit)
8
+export(get_account_info)
9
+export(get_balance)
10
+export(transfer)
11
+export(withdraw)
12
+if (getRversion() < "4.3.0") importFrom("S7", "@")
13
+import(S7)
0 commit comments