Skip to content

Commit 564b392

Browse files
committed
Add code
1 parent 418da0e commit 564b392

File tree

6 files changed

+600
-0
lines changed

6 files changed

+600
-0
lines changed

NAMESPACE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)