Java Pastebin - Nopaste - Paste - easy sharing of text and codes

Posted by Kalimaha on Wed 22nd Feb 10:13 (modification of post by view diff)
download | new post

  1. public void testGrowthRate() {
  2.                 RClient c = new RClient(ip, port);
  3.                 RBean b = new RBean();
  4.                 b.setDb(new DBBean(DATASOURCE.FAOSTAT));
  5.                 b.setFunction(R.growthrate.name());
  6.                 b.addRawValue(116394277.0);
  7.                 b.addRawValue(119020138.0);
  8.                 b.addRawValue(132837259.0);
  9.                 b.addRawValue(133424110.0);
  10.                 b.addRawValue(141953999.0);
  11.                 b.addRawValue(149575692.0);
  12.                 b.addRawValue(138536478.0);
  13.                 b.addRawValue(153411067.0);
  14.                 b.addRawValue(159454207.0);
  15.                 b.addRawValue(156112079.0);
  16.                 List<List<String>> table = c.evalSynch(b);
  17.                 print(table);
  18.                 System.out.println("END OF GROWTH RATE");
  19.         }

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


I'm Human
Remember me



Captcha required for posting