Skip to contents

Returns the absolute path to libabsl.a installed with this package. Use this in a downstream package's configure script to link against the pre-compiled abseil library without recompiling it.

Usage

abseil_lib()

Value

A single character string: the path to libabsl.a.

Examples

# \donttest{
abseil_lib()
#> [1] "/home/runner/work/_temp/Library/abseil/libs/libabsl.a"
# }