Displaying 2 results from an estimated 2 matches for "factsd".
Did you mean:
facts
2006 Jul 12
4
Keep value lables with data frame manipulation
Dear R,
I import data from spss into a R data.frame. On this rawdata I do some
data processing (selection of observations, normalization, recoding of
variables etc..). The result is stored in a new data.frame, however, in
this new data.frame the value labels are lost.
Example of what I do in code:
# read raw data from spss
rawdata <- read.spss("./data/T50937.SAV",
2012 Oct 11
3
puppet facts.d executable PROBLEM
Hi folks,
I''m using this
plugin https://github.com/ripienaar/facter-facts/tree/master/facts-dot-d
and I can''t get a fact out of a simple shell script. YAML TXT JSON works
well
My little shell script testfact.sh looks like
#!/bin/bash
echo "TEST=NOT WORKING"
made it executable
chmod +x testfact.sh
made a puppet agent -t to read the new fact
BUT
$facter --puppet