extract_lib.Rd
Extract library from one line text
extract_lib(line)
character text from code
NULL or library name extracted from text
extract_lib("library(apple)") #> [1] "apple"