[R] help with sqldf

Yuan Chun Ding ycd|ng @end|ng |rom coh@org
Sun Jun 28 22:35:30 CEST 2020


Hi R Users,

I tried to use sql in R;  test1 works well, 
library(sqldf)
test1 <- sqldf("select * from r where V1 like '%GCCATGTCAGCACACTACC%TGAAACCTTTAACTATTT%'")
test2 <- sqldf("select * from r where V1 like markerinfo$flank1[1] ")

but I want to store the search content in a markerinfo file as shown below
> markerinfo$flank1[1]
[1] "%GCCATGTCAGCACACTACC%TGAAACCTTTAACTATTT%"

However, test2 does not work well.
How to make test2 work?
Thank you,

Ding


----------------------------------------------------------------------
------------------------------------------------------------
-SECURITY/CONFIDENTIALITY WARNING-  

This message and any attachments are intended solely for the individual or entity to which they are addressed. This communication may contain information that is privileged, confidential, or exempt from disclosure under applicable law (e.g., personal health information, research data, financial information). Because this e-mail has been sent without encryption, individuals other than the intended recipient may be able to view the information, forward it to others or tamper with the information without the knowledge or consent of the sender. If you are not the intended recipient, or the employee or person responsible for delivering the message to the intended recipient, any dissemination, distribution or copying of the communication is strictly prohibited. If you received the communication in error, please notify the sender immediately by replying to this message and deleting the message and any accompanying files from your system. If, due to the security risks, you do not wish to receive further communications via e-mail, please reply to this message and inform the sender that you do not wish to receive further e-mail from the sender. (LCP301)



More information about the R-help mailing list