1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Defensive R Programming

Connected

अभ्यास

Out of Date Packages

R packages are constantly updated. Updates contain new features and bug fixes. The old.packages() function returns a data frame, where each row indicates a newer version is available.

निर्देश

100 XP
  • Create a data frame of the packages where a newer version is available, and assign it to the object old.
  • How many packages need to be updated? Store this value to no_of_old_pkgs.