Powering an SI7021 sensor from a digital pin

I really don't understand the LowPower library. It claims that PowerDown() is the lowest current consumption mode, but it leaves the I2C circuit active. It has an idle() method that takes an argument to turn the I2C circuit off. That method calls power_twi_disable() which doesn't seem to be defined anywhere.