I have a package that uses the trim() function in the gdata package. I literally use nothing else from the package and (as some of you may have seen) it overwrites some functionality of base R that I need.
Is there a way to load only one function rather than the whole package?
trim <- gdata::trim? – Matthew Plourde Oct 30 '12 at 20:13gdatais loaded in order to be able to do that? – Gavin Simpson Oct 30 '12 at 20:16gdataautomatically downloaded for them if they don't already have it. – Josh O'Brien Oct 30 '12 at 20:21