Skip to content

Commit

Permalink
Deprecate *_table for *table
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmyleswhite committed Jun 20, 2013
1 parent dbcd128 commit 54f4374
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/DataFrames.jl
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,16 @@ export # reconcile_groups,
read_rda,
vecbind

##############################################################################
##
## Deprecations
##
##############################################################################

Base.@deprecate read_table readtable
Base.@deprecate print_table printtable
Base.@deprecate write_table writetable

##############################################################################
##
## Load files
Expand Down

0 comments on commit 54f4374

Please sign in to comment.