pkgapi icon indicating copy to clipboard operation
pkgapi copied to clipboard

First shot at adding arguments

Open hughjonesd opened this issue 6 years ago • 1 comments

This just tries to return arguments as a plain string. The algorithm just gets siblings and first cousins of the original function call, excluding those which come before it. I have no deep understanding of getParseData, so buyer beware... it also doesn't deal with getParseData not returning text in its data frame, but NB that getParseText appears broken.

hughjonesd avatar Mar 29 '18 20:03 hughjonesd

Codecov Report

Merging #24 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #24   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files          11    11           
  Lines         224   233    +9     
====================================
- Misses        224   233    +9
Impacted Files Coverage Δ
R/function-calls.R 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 00eb789...c865fe9. Read the comment docs.

codecov-io avatar Mar 29 '18 21:03 codecov-io