replacePowlist: Function for replacing ^'s to pow inside the list

View source: R/replacePowlist.R

replacePowlistR Documentation

Function for replacing ^'s to pow inside the list

Description

The function replacing ^'s to pow based on parsing the string vector

Usage

replacePowlist(l,x)

Arguments

l

list with vectors containing exrpessions to replace

x

names of the vector inside list

Value

The output is the list with replaced ^'s.

See Also

read.slv
import.slv

Examples


##Example of using the function

temp1<-list(one=c("eee^3","2^rrr"))
replacePowlist(temp1,1)


insysbio/dbs-package documentation built on Aug. 4, 2022, 2:11 p.m.